Add README

This commit is contained in:
Jakob Lechner 2024-11-20 22:46:16 +01:00
parent 3e9300f844
commit e141020c01

17
README.md Normal file
View 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
```