Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- echo -e "\nTerminal Clock\n"
- while true; do
- printf '%(%c)T\r' -1
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement