Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m0zgen/countdown
- Owner: m0zgen
- Created: 2015-03-16T09:36:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T10:15:15.000Z (about 3 years ago)
- Last Synced: 2023-05-15T23:50:22.390Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```