Skip to content

Instantly share code, notes, and snippets.

@philpoore
Created October 9, 2014 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philpoore/8695042aca6b28645af0 to your computer and use it in GitHub Desktop.
Save philpoore/8695042aca6b28645af0 to your computer and use it in GitHub Desktop.
Linux Bash: Print Time
#!/bin/bash
while true
do sleep 600; echo `date "+%H:%M:%S"`
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment