X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=25ed5277faeec609e56b112bfaa204af47c06787;hb=8569837145407991cf4c6a93ce80bad69299b366;hp=6cad0f87f0c598a048b858dd9fcc5c74ccdcdf02;hpb=972d7921f19b7edd6e08bac56d73d6aff437614c;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 6cad0f8..25ed527 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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