remove dotfiles again

This commit is contained in:
Nabeel Shahzad
2021-08-07 12:51:13 -04:00
parent 681e39650b
commit 4475813a12

View File

@@ -79,8 +79,7 @@ ls -al $BASE_DIR/../
echo "Calling find"
find $BASE_DIR/../ -type d -maxdepth 2
shopt -s dotglob
tar -czf $TAR_NAME -C $BASE_DIR *
tar -czf $TAR_NAME -C $BASE_DIR --xform 's:^\./::' . [--show-transformed-names|--show-stored-names]
sha256sum $TAR_NAME >"$TAR_NAME.sha256"
cd $BASE_DIR;