chiark / gitweb /
burn-dvd: add -dvd-compat for better format compatibility
[bin.git] / mkemptydir
1 #! /bin/sh
2 rm -rf "$1"
3 mkdir -p "$1"