4 lines
186 B
Text
4 lines
186 B
Text
|
#!/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")
|