added base adding and removing

This commit is contained in:
ION606
2024-06-26 18:59:59 -04:00
parent 2362c01bc8
commit 742f3cae05
6 changed files with 128 additions and 5 deletions
+1
View File
@@ -43,4 +43,5 @@ chmod 600 "$CONF_FILE"
# Use rsync with sshpass to copy files with a progress bar
echo -n "cloning..."
/usr/bin/sshpass -p "$password" rsync -a --info=progress2 --no-i-r -h -e ssh "$REMOTE_PATH" "$DEST_FOLDER" || { echo "failed to clone!"; exit 1; }
echo "$(find . -type f ! -wholename '.ionvcs/*')" > .ionvcs/ogfiles.config
echo "done!"