Files
bitoj_python/scripts/compile-guard
2025-10-11 11:23:58 +08:00

7 lines
48 B
Bash
Executable File

#!/bin/dash
ulimit -t 30
cd $1
shift 1
exec $@