######################
######################
A simple countdown timer to ding in the session window until ctrl+c is pressed
To install
- Log into the linux server you're installing it in
- git clone https://github.com/tsali/countdown.git
- cd into the countdown directroy
- chmod +x countdown
- use from within the countdown directory (IE ./countdown) or copy to /bin or /usr/bin as necessary
For the copy/paste inclined:
git clone https://github.com/tsali/countdown.git && cd countdown && chmod +x countdown