Advertisement
Guest User

write1.sh

a guest
Apr 2nd, 2018
185
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) >> 1
  6.     echo wrote 1
  7.     sleep 3
  8. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement