first commit
This commit is contained in:
4
scripts/fpc
Executable file
4
scripts/fpc
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/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'
|
||||
Reference in New Issue
Block a user