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

5 lines
139 B
Bash
Executable File

#!/bin/dash
export PATH=$PATH:/usr/bin:/bin
exec /usr/bin/fpc -O3 -vw0 -dONLINE_JUDGE -Sd -omain -MDelphi "$@" 2>&1 | sed '1d' | sed '1d'