From 5dabc08d615a4ad2728ea0a8592dbdba2107d9a4 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Sat, 7 Feb 2026 22:03:31 +0000 Subject: [PATCH] sneaky just update --- .justfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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