diff options
Diffstat (limited to 'terralloc')
-rwxr-xr-x | terralloc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/terralloc b/terralloc new file mode 100755 index 0000000..386e9fc --- /dev/null +++ b/terralloc @@ -0,0 +1,3 @@ +#!/bin/bash + +dist/build/final/final +RTS -K3000000000 -RTS $@ |