diff --git a/convert_7z.sh b/convert_7z.sh index 572a77f..309e29c 100644 --- a/convert_7z.sh +++ b/convert_7z.sh @@ -33,7 +33,7 @@ echo "========================================================================== echo "Done unarchving" # at one point I wanted to tar the results to make it easier to transfer all the contents -# i commented it out. +# but i changed my mind, so i commented it out. this is here in case i change my mind again. #echo "now tarring" #tar -cvf out.tar "$output_directory" echo "Done!"