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