luci/core/contrib/ffluci-upload

4 lines
186 B
Text
Raw Normal View History

2008-04-06 12:08:05 +00:00
#!/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")