From e4ff0bff597bb5709629ef070dd09b7cb2f3b6f2 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Tue, 3 Jun 2025 10:07:14 -0400 Subject: [PATCH] feat: rsync delete --- bin/joj3-forge-convert | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/joj3-forge-convert b/bin/joj3-forge-convert index 2f4d4aa..73a2bd5 100755 --- a/bin/joj3-forge-convert +++ b/bin/joj3-forge-convert @@ -1,7 +1,6 @@ #!/usr/bin/bash set -e COURSE=$1 -git -C /home/tt/.cache/$COURSE-config clean -dfx git -C /home/tt/.cache/$COURSE-config pull -rsync -r /home/tt/.cache/$COURSE-config/home/tt/.config/ /home/tt/.config +rsync -r --delete /home/tt/.cache/$COURSE-config/home/tt/.config/ /home/tt/.config joj3-forge convert /home/tt/.config/joj