luci/core/ffluci-upload
2008-04-11 18:13:58 +00:00

4 lines
186 B
Plaintext
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")