3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-02 01:18:40 +02:00
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 "$@"