privod/README.md
Ivan Bushchik d1d432d350
Initial commit
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2024-01-10 21:44:44 +03:00

22 lines
324 B
Markdown

# Privod (оптический привод)
Ejects CD/DVD/BD drive at random time (from 5 secs to 5 mins)
Linux only.
## Usage
```shell
cargo run <PATH_TO_DRIVE>
```
`PATH_TO_DRIVE` is usually `/dev/sr0`
## TODO
- [ ] Delay setup
## License
The project is licensed under the terms of the [MIT license](./LICENSE).