Advertisement
ee_ingo

time

Feb 22nd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. a = 1
  2.  
  3. while( a < 2 )
  4. do
  5. shell.run("time")
  6. sleep(0.5)
  7. shell.run("clear")
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement