nix, shell, perl, php, mysql and mac os x tips and tricks

Friday, August 20, 2004

Burn a directory to CD (data)

mkisofs -r -J -v -V $(echo "$1" | cut -c 0-32) $1 | cdrecord -v -dev=0,0,0 fs=6m -eject -

No comments:

Post a Comment