Go to file
Nicolás A. Ortega Froysa 253bdcbecb Add LICENSE file. 2022-03-12 12:26:23 +01:00
LICENSE Add LICENSE file. 2022-03-12 12:26:23 +01:00
README.md Initial commit. 2022-03-12 12:23:32 +01:00
countdown.sh Initial commit. 2022-03-12 12:23:32 +01:00

README.md

CountDown.sh

A simple script to countdown from a certain number to zero. I made it so that I can easily delay the playing time of songs by a few seconds before I play it on the guitar.

USAGE:
	countdown.sh <sec>

OPTIONS:
	<sec>      number to countdown from [default: 5]

EXAMPLE:
	Countdown from 7 and then play Scott Stapp's "Last Hallelujah"
		./countdown 7 ; mpv 12_-_Last_Hallelujah.flac

License

This project is licensed under the terms & conditions of the ZLib license.