Advertisement
TangentFox

touch v1.0.3

Aug 24th, 2019
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. local arg = {...}
  2. for i=1, #arg do
  3.   f = arg[i]
  4.   fs.open(f, fs.exists(f) and "a" or "w").close()
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement