TheDarBear

cat

Feb 2nd, 2021
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. local args = {...}
  2. local file = fs.open(args[1], "r")
  3. local content = file.readAll()
  4. file.close()
  5. print(content)
Advertisement
Add Comment
Please, Sign In to add comment