Skip to content

Instantly share code, notes, and snippets.

@fk2000
Created December 19, 2013 16:32
Show Gist options
  • Save fk2000/8042132 to your computer and use it in GitHub Desktop.
Save fk2000/8042132 to your computer and use it in GitHub Desktop.
現在時刻を表示しつづけるsh ref: http://qiita.com/fk_2000/items/9b498f9ca6986890392f
(declare -i i=0; while ((3600-i++)); do clear; date +"%I:%M:%S"; sleep 1; done)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment