autocommit

This commit is contained in:
Yuri Zamyatin 2025-06-09 11:25:00 +00:00
parent 09ed42abc7
commit 72f91d0395

View File

@ -100,8 +100,11 @@ fi
remote_open
add_repos_remote "$data_mnt"
add_repos_local "/home/$(whoami)/dev" -maxdepth 2
add_repos_local "/home/$(whoami)/know" -maxdepth 2
for g in $(groups); do
[ ! -d "/home/$g" ] && continue
add_repos_local "/home/$g/dev" -maxdepth 2
add_repos_local "/home/$g/know" -maxdepth 2
done
sync_repos "$data_mnt"
remote_close
echo ALL OK