From 7604455e80991721ca36406a3696847d71fb71ea Mon Sep 17 00:00:00 2001 From: Jorge Vasquez Perez Date: Thu, 11 Mar 2021 12:43:50 -0800 Subject: [PATCH] testing adding a comment --- bash/zip.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/zip.sh b/bash/zip.sh index ef838df..76b68e2 100755 --- a/bash/zip.sh +++ b/bash/zip.sh @@ -1,3 +1,4 @@ +#comment for i; do 7z -tzip a "$i"_$(date +%m%d%y).zip "$i";