Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Last revisionBoth sides next revision | ||
dvd_eject [2018/03/28 05:37] – beandog | dvd_eject [2021/10/17 23:55] – beandog | ||
---|---|---|---|
Line 5: | Line 5: | ||
Along with [[dvd_drive_status]], | Along with [[dvd_drive_status]], | ||
- | It's very simple, and is not in the least designed to be a replacement for other eject programs. | + | It's very simple, and is not in the least designed to be a replacement for other eject programs. What it does do is it solves the problems that I run into: waiting for a drive to be in a " |
- | So, here you go, a link to the source code on github: [[https://raw.githubusercontent.com/ | + | So, here you go, a link to the source code on github: [[https://github.com/ |
It's a standalone program, so compiling with gcc or clang is simple as can be: | It's a standalone program, so compiling with gcc or clang is simple as can be: | ||
- | |||
- | < | ||
- | gcc -o dvd_eject -ldvdcss dvd_eject.c | ||
- | </ | ||
This doesn' | This doesn' | ||
Mine is cooler because of the fun output. :D | Mine is cooler because of the fun output. :D |