pbot/modules/compiler_vm/cc

5 lines
76 B
Bash
Executable File

#!/bin/sh
ulimit -c 50000
CC_LOCAL=1 ./compiler_vm_client.pl compiler "$@"