Files
aegnux/run.sh
2025-11-08 03:50:34 +03:00

5 lines
52 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")"
python main.py "$@"