diff --git a/chd_from_7z.sh b/chd_from_7z.sh index e36b66b..8dfbee7 100755 --- a/chd_from_7z.sh +++ b/chd_from_7z.sh @@ -13,7 +13,7 @@ for x7zFile in *.7z; do 7z x "${x7zFile}" -o./"${gameName}-tmp" #convet to chd - echo "!!!!!!!!!!Converting ${gameName}..." + echo "!!!!!!!!!!Converting ${gameName}..."a chdman createcd -i "./${gameName}-tmp/${gameName}cue" -o ./"${gameName}.chd" #rm temporary directory