Advertisement
pa4080

Untitled

Mar 27th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/bin/bash
  2. echo -e "\nTerminal Clock\n"
  3. while true; do
  4.     printf '%(%c)T\r' -1
  5. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement