first commit
This commit is contained in:
6
scripts/compile-guard
Executable file
6
scripts/compile-guard
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/dash
|
||||
|
||||
ulimit -t 30
|
||||
cd $1
|
||||
shift 1
|
||||
exec $@
|
||||
Reference in New Issue
Block a user