Advertisement
PhilHibbs

updatesc

May 11th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. tArgs={...}
  2. print(tArgs[1])
  3. print(tArgs[2])
  4. shell.run("delete startup")
  5. shell.run("delete cycle")
  6. shell.run("pastebin get "..tArgs[1].." startup")
  7. shell.run("pastebin get "..tArgs[2].." cycle")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement