Advertisement
thatparadox

pastebinInfo

Dec 11th, 2013
829
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. --How to use pastebin
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. print("You got this from pastebin.com!")
  5. os.pullEvent()
  6. term.clear()
  7. term.setCursorPos(1,1)
  8. print("To upload files to pastebin type:")
  9. term.setCursorPos(1,3)
  10. print("pastebin put <filename>")
  11. term.setCursorPos(1,5)
  12. print("After it's uploaded you'll get the code to add to the pastebin URL")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement