mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 14:23:04 +02:00
4 lines
58 B
Bash
4 lines
58 B
Bash
|
|
#!/bin/bash
|
||
|
|
cd "$(dirname "$0")" || exit 1
|
||
|
|
python main.py
|