Advertisement
jlsmi3th

posture

Jan 3rd, 2020
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. posture.txt
  2. #######   #######  ######  #########  ##     ##  #######   #######
  3.   ##  ##  #     #  ##         ##      ##     ##  ##    ##  ##
  4.   ####    #     #  ######     ##      ##     ##  #######   #######
  5.   ##      #     #      ##     ##      ##     ##  ##  ##    ##
  6.   ##      #     #      ##     ##      ##     ##  ##   ##   ##
  7. ######    #######  ######     ##      #########  ##    ##  #######
  8.  
  9. posture.sh
  10. #!/bin/bash
  11.  
  12. while true
  13. do
  14. #  echo "Press CTRL+C to Exit"
  15.   clear && sleep 1m && date && cat posture.txt && sleep 30s
  16. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement