guitarplayer616

github

Jan 12th, 2022 (edited)
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local tArgs = {...}
  2.  
  3. if #tArgs ~= 2 then
  4.   print("Usage: github [projectname] [filename]")
  5.   error()
  6. end
  7.  
  8. shell.run("wget https://raw.githubusercontent.com/GuitarMusashi616/"..tArgs[1].."/master/"..tArgs[2])
Add Comment
Please, Sign In to add comment