This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
MarcoPolo0306's profile picture

How to I install a pastebin link with another program?

Started by MarcoPolo0306, 22 August 2016 - 07:12 PM
MarcoPolo0306 #1
Posted 22 August 2016 - 09:12 PM
I`ve wanted to know how I can install pastebin programs from other programs.

Is it like this?

shell.run("pastebin","get","<code>","<file name>")
Lyqyd #2
Posted 23 August 2016 - 01:02 AM
Yeah, and you can just throw it in a single string, too:


shell.run("pastebin get code filename")
MarcoPolo0306 #3
Posted 24 August 2016 - 11:54 PM
Oh. Thank you very much!