Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local h = fs.open(update, "r")
- local str = h.readAll()
- if string.match(str, "shutdown") then
- print ("The word shutdown was found.")
- else
- print ("The word shutdown was not found.")
- h.close()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement