Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PASTE_ID = ""
- FILE_NAME = ""
- function main()
- if fs.exists(FILE_NAME) == true then
- fs.delete(FILE_NAME)
- end
- shell.execute("pastebin", "get", PASTE_ID, FILE_NAME)
- end
- main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement