feat: rsync delete
All checks were successful
push / build (push) Successful in 3m26s

This commit is contained in:
张泊明518370910136 2025-06-03 10:07:14 -04:00
parent e0d91a0be9
commit e4ff0bff59
GPG Key ID: CA088E6D9284F870

View File

@ -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