8 lines
107 B
Lua
8 lines
107 B
Lua
-- vi: ft=lua
|
|
|
|
local script = "script"
|
|
|
|
shell.run("rm", script)
|
|
shell.run("get", script)
|
|
shell.run(script)
|