This is an old revision of the document!
This is just a collection of little scripts.
#!/bin/sh if [[ -n $1 ]]; then dvdxchap /dev/dvd -t ${1} > chapters.txt else dvdxchap /dev/dvd > chapters.txt fi
Trace: • helper_scripts