luci/core/contrib/ffluci-upload
Steven Barth a091024163
2008-04-11 18:26:35 +00:00

4 lines
No EOL
186 B
Text
Executable file

#!/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")