servicepoint-ttwhy/README.md

16 lines
317 B
Markdown
Raw Normal View History

2024-11-10 14:01:53 +01:00
# servicepoint-ttwhy
Pipe text to the servicepoint-display.
2024-11-10 14:41:02 +01:00
For more information, see [here](https://github.com/cccb/servicepoint).
2024-11-10 14:01:53 +01:00
```shell
dmesg --follow > servicepoint-tty
```
## Running
With nix: `nix run github:kaesaecracker/servicepoint-ttwhy`
Without nix: checkout the repository and execute `cargo run`