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