From 20149e52ee184b855aa4416fd7d32f20c2053696 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Wed, 15 Feb 2023 10:48:19 -0600 Subject: [PATCH] modified: convert_7z.sh --- convert_7z.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"