diff options
author | Steven Barth <steven@midlink.org> | 2008-04-11 18:26:35 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-11 18:26:35 +0000 |
commit | a09102416324658e85ee0652a7e1acce3089cf65 (patch) | |
tree | fdd98e80bab05b81944a32f84761bf5db35459b3 /core/contrib/ffluci-upload | |
parent | 0268c3491f5b14ffdba097e6a983ffc7c53daa13 (diff) |
Diffstat (limited to 'core/contrib/ffluci-upload')
-rwxr-xr-x | core/contrib/ffluci-upload | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/contrib/ffluci-upload b/core/contrib/ffluci-upload new file mode 100755 index 0000000000..0128c2dd73 --- /dev/null +++ b/core/contrib/ffluci-upload @@ -0,0 +1,4 @@ +#!/usr/bin/haserl --shell=luac --upload-limit=6144 +-- This is a bit hacky: remove -upload from SCRIPT_NAME +ENV.SCRIPT_NAME = ENV.SCRIPT_NAME:sub(1, #ENV.SCRIPT_NAME - 7) +dofile("ffluci")
\ No newline at end of file |