#!/bin/bash #hmmm: add error handling. iso_name="$1" folder_name="$2" mkisofs -dvd-video -o "$iso_name" "$folder_name"