Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 552 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 552 Bytes

Count Shell

Simple Timer on terminal

Count Up

# ./count.sh

count_up

stop : Ctrl-c

Count Down

# ./count.sh -t 3m

count_down

  • set hour : -h 1
  • set minute : -m 2
  • set second : -s 3
  • set all : -t 1h2m3s

More

  • Sound a beep( /a ) at the end
# ./count.sh -t 1s -a

License

MIT