„to_opus.sh“ ändern

This commit is contained in:
esche 2023-07-05 00:17:15 +02:00
parent e38d382e94
commit b4bf55b7cc

View file

@ -14,17 +14,12 @@ function finish {
}
trap finish EXIT
print_usage() {
printf "Usage: ..."
}
extension=''
while getopts 'e:' flag; do
case "${flag}" in
e) extension+=("$OPTARG");;
*) print_usage
exit 1 ;;
*) exit 1 ;;
esac
done