This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
pbot
Watch
3
Star
0
Fork
0
You've already forked pbot
mirror of
https://github.com/pragma-/pbot.git
synced
2024-11-03 02:29:32 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
0655598d4a
pbot
/
modules
/
compiler_vm
/
cc
7 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
compile_vm: added missing cc script
2011-02-01 03:47:16 +01:00
#!/bin/sh
CC_LOCAL=1
export CC_LOCAL
ulimit -c 50000
compiler_vm: use "$@" instead of $* to properly pass arguments
2011-02-07 21:51:27 +01:00
./compiler_vm_client.pl compiler "$@"
Reference in New Issue
Copy Permalink