Advertisement
fishermedders

FishOS /bin/logout

Nov 7th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. tArgs = { ... }
  2. if #tArgs == 1 then
  3. if tArgs[1]:lower() == "-s" then
  4. _G["exitcmd"] = true
  5. end
  6. else
  7. _G["logout"] = true
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement