Skip to content

Commit

Permalink
zshrc: Remove audiorip
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
  • Loading branch information
ft authored and mika committed Dec 6, 2011
1 parent a861b6b commit 349659e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions etc/zsh/zshrc
Expand Up @@ -3310,24 +3310,6 @@ status() {
print
}

# Rip an audio CD
#f5# Rip an audio CD
audiorip() {
mkdir -p ~/ripps
cd ~/ripps
cdrdao read-cd --device $DEVICE --driver generic-mmc audiocd.toc
cdrdao read-cddb --device $DEVICE --driver generic-mmc audiocd.toc
echo " * Would you like to burn the cd now? (yes/no)"
read input
if [[ "$input" = "yes" ]] ; then
echo " ! Burning Audio CD"
audioburn
echo " * done."
else
echo " ! Invalid response."
fi
}

#f5# Set all ulimit parameters to \kbd{unlimited}
allulimit() {
ulimit -c unlimited
Expand Down

0 comments on commit 349659e

Please sign in to comment.