mirror of
https://github.com/ivabus/privod
synced 2024-11-10 02:25:19 +03:00
22 lines
324 B
Markdown
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).
|