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