Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tArgs = {...}
- if #tArgs ~= 2 then
- print("Usage: github [projectname] [filename]")
- error()
- end
- shell.run("wget https://raw.githubusercontent.com/GuitarMusashi616/"..tArgs[1].."/master/"..tArgs[2])
Add Comment
Please, Sign In to add comment