User createdvd
instead of createcd
.
This commit is contained in:
parent
44f00b4169
commit
1f3dfd0dbf
@ -3,6 +3,6 @@
|
||||
for File in *.iso
|
||||
do
|
||||
[ -f "$File" ] || continue
|
||||
chdman createcd -i "$File" -o "${File%.iso}.chd"
|
||||
chdman createdvd -i "$File" -o "${File%.iso}.chd"
|
||||
rm -v "$File"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user