20 lines
289 B
Markdown
20 lines
289 B
Markdown
# Remind
|
|
|
|
A simple bash script to remind something by stipulated time.
|
|
|
|
## Install
|
|
|
|
```bash
|
|
sh <(curl -s https://git.lucasf.dev/public/remind/raw/branch/master/install.sh)
|
|
```
|
|
|
|
## Usage
|
|
|
|
Example of usage:
|
|
|
|
```bash
|
|
remind do something cool
|
|
> Time to delay: 15m
|
|
```
|
|
|
|
The time can be (s|m|h)
|