Skip to content

Script count down from starting value

Notifications You must be signed in to change notification settings

progxaker/countdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Countdown

Script count down from starting value

Formats

You can use several countdown output format:

  • One by line
  • In one line

Usage

  • -c - Count (in seconds)
  • -f - Format (1 - Every line, 2 - One Line)

Examples

One line output with 2 seconds count:

./countdown.sh -f 2 -c 2

Line by line:

./countdown.sh -f 1 -c 2

About

Script count down from starting value

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%