summaryrefslogtreecommitdiffhomepage
path: root/contrib/ffluci-upload
blob: 0128c2dd73b46b75a247bfdb4eead684407ea055 (plain)
1
2
3
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")