Skip to content

Script count down from starting value

Notifications You must be signed in to change notification settings

progxaker/countdown

This branch is 2 commits behind m0zgen/countdown:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 7, 2021
0b77934 · Dec 7, 2021

History

4 Commits
Dec 7, 2021
Dec 7, 2021

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%