Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m0zgen/countdown

Script count down from starting value
https://github.com/m0zgen/countdown

Last synced: about 2 months ago
JSON representation

Script count down from starting value

Awesome Lists containing this project

README

        

# 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
```