Advertisement
Guest User

write2.sh

a guest
Apr 2nd, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/usr/bin/env sh
  2.  
  3. while true
  4. do
  5.     echo $(date) >> 2
  6.     echo wrote 2
  7.     sleep 3
  8. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement