Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- args = {...}
- if #args < 1 then
- print("Nado: marshrut {KOD RASPISANIJA} {nazvanije raspisnija}")
- elseif #args == 1 then
- print("Nado: marshrut {kod raspisanija} {NAZVANIJE RASPISANIJA}")
- elseif #args > 2 then
- print("Mnogovato argumentov! Nado 2!")
- else
- shell.run("cd","/tables/")
- shell.run("pastebin","get",args[1],args[2])
- print("gotovo")
- shell.run("cd","/")
- end
Add Comment
Please, Sign In to add comment