Add README
This commit is contained in:
parent
3e9300f844
commit
e141020c01
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# wait-rs
|
||||
|
||||
A simple program to run a command at a given time
|
||||
|
||||
## Build
|
||||
|
||||
Build a release with
|
||||
|
||||
```bash
|
||||
cargo build -r
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
target/release/wait 11:00.01 firefox-esr https://tickets.events.ccc.de
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue