Handbrake – my handy dandy .bashrc function
> type ripdvd ripdvd is a function ripdvd () { title=$(lsdvd -c | grep "Disc Title" | gawk ‘{print $3}’); echo "The title is: $title"; echo "Is this ok ? y/n: "; read answer; if [[ "$answer" == "n" ]]; then echo "Please give new name for the movie: "; read title; fi; HandBrakeCLI -i⦠Read More »