From: Frank Terbeck Date: Mon, 28 Nov 2011 21:24:51 +0000 (+0100) Subject: zshrc: Remove audioburn X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=a1b38c4fc5759baa0083441ff22fcf4855a70d7b;p=grml-etc-core.git zshrc: Remove audioburn Signed-off-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 5be20b5..24868c0 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3327,23 +3327,6 @@ audiorip() { fi } -# and burn it -#f5# Burn an audio CD (in combination with audiorip) -audioburn() { - cd ~/ripps - cdrdao write --device $DEVICE --driver generic-mmc audiocd.toc - echo " * Should I remove the temporary files? (yes/no)" - read input - if [[ "$input" = "yes" ]] ; then - echo " ! Removing Temporary Files." - cd ~ - rm -rf ~/ripps - echo " * done." - else - echo " ! Invalid response." - fi -} - #f5# Set all ulimit parameters to \kbd{unlimited} allulimit() { ulimit -c unlimited