Pastebin (program)

From ComputerCraft Wiki
Revision as of 07:14, 19 October 2015 by Randomdude999 (Talk | contribs) (Created)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

pastebin is a program installed on computers since ComputerCraft 1.31. It makes use of the http API to connect to, as the name implies, Pastebin.com. It can be used to either get programs from pastebin, upload them to pastebin or download and run programs on the fly.


Grid paper.png  Example
Download the code under Pastebin id WmFHmuZq and save it as 'LyqydOS'.
Code
pastebin get WmFHmuZq LyqydOS



Grid paper.png  Example
Upload the program 'test3' to Pastebin. It will print a Pastebin id into the chat which can then be used to access it later, either from the browser or the pastebin program.
Code
pastebin put test3



Grid paper.png  Example
Download the code under the Pastebin id WmFHmuZq, run it and then delete the downloaded file. (Useful for installers)
Code
pastebin run WmFHmuZq