X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=2a364501f75ab8c0284ebf093b23498238628319;hb=500a3c41c2fffaf59aefe253981aacf8b5e21b56;hp=53feb02fc00e33977f8c46e718e7de43b8098978;hpb=a482f87e85f65c3dd9d290e897cddbf3e8871714;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 53feb02..2a36450 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3356,18 +3356,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