Skip to content

Commit

Permalink
zshrc: Remove mkiso
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 972d792 commit 8569837
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions etc/zsh/zshrc
Expand Up @@ -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
Expand Down

0 comments on commit 8569837

Please sign in to comment.