6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
local script = "script"
|
|
|
|
shell.run("rm", script)
|
|
shell.run("get", script)
|
|
shell.run(script)
|