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