mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-18 09:59:37 +01:00
5 lines
76 B
Bash
Executable File
5 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ulimit -c 50000
|
|
CC_LOCAL=1 ./compiler_vm_client.pl compiler "$@"
|