pbot/modules/compiler_vm/cc

5 lines
76 B
Plaintext
Raw Normal View History

2011-02-01 03:47:16 +01:00
#!/bin/sh
ulimit -c 50000
CC_LOCAL=1 ./compiler_vm_client.pl compiler "$@"