modified: convert_7z.sh

This commit is contained in:
2023-02-15 10:48:19 -06:00
parent b4d4fc9259
commit 20149e52ee

View File

@@ -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!"