zshrc: Remove mkiso
authorFrank Terbeck <ft@bewatermyfriend.org>
Mon, 28 Nov 2011 21:24:28 +0000 (22:24 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 6 Dec 2011 13:50:44 +0000 (14:50 +0100)
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
etc/zsh/zshrc

index 6cad0f8..25ed527 100644 (file)
@@ -3357,18 +3357,6 @@ mkaudiocd() {
     for i in *.wav; do sox $i.wav -r 44100 $i.wav resample; done
 }
 
-#f5# Create an ISO image. You are prompted for\\&\quad volume name, filename and directory
-mkiso() {
-    emulate -L zsh
-    echo " * Volume name "
-    read volume
-    echo " * ISO Name (ie. tmp.iso)"
-    read iso
-    echo " * Directory or File"
-    read files
-    mkisofs -o ~/$iso -A $volume -allow-multidot -J -R -iso-level 3 -V $volume -R $files
-}
-
 #f5# Set all ulimit parameters to \kbd{unlimited}
 allulimit() {
     ulimit -c unlimited