6 lines
115 B
Bash
6 lines
115 B
Bash
|
done
|
||
|
|
||
|
echo "All done. Your converted files can be found here: $OUTDIR , exiting."
|
||
|
read -p "Press Enter" TMP
|
||
|
exit 0
|