Created
July 6, 2021 01:34
-
-
Save Citrus34/7c04915ccf422833379f307cebdeae02 to your computer and use it in GitHub Desktop.
update programs using Pastebin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function update() | |
term.setCursorPos( 1, -5 ) -- Hide the pastebin retrivial | |
shell.run( "rm", shell.getRunningProgram() ) -- Delete the current program | |
shell.run( "pastebin", "get", "PASTEBIN CODE", shell.getRunningProgram() ) -- Update it | |
shell.run( shell.getRunningProgram() ) -- Restart it | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment