mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-07 04:29:32 +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 "$@"
|