diff --git a/.justfile b/.justfile index 728ed38..631bef5 100644 --- a/.justfile +++ b/.justfile @@ -30,4 +30,9 @@ update-rust: update-tailscale: @echo "Updating Tailscale" - sudo tailscale update --yes \ No newline at end of file + sudo tailscale update --yes + +sync-dnd: + @echo "Syncing DnD GITs" + (cd ~/DnD && just git-sync) + (cd ~/source/dungeon_masters_vault && just git-sync) \ No newline at end of file