Pastebin (program)
From ComputerCraft Wiki
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.
Example | |
Download the code under Pastebin id WmFHmuZq and save it as 'LyqydOS'. | |
Code |
pastebin get WmFHmuZq LyqydOS |
Example | |
Download the code under the Pastebin id WmFHmuZq, run it and then delete the downloaded file. (Useful for installers) | |
Code |
pastebin run WmFHmuZq |