Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local arg = {...}
- for i=1, #arg do
- f = arg[i]
- fs.open(f, fs.exists(f) and "a" or "w").close()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement