Scripts and some refactoring

This commit is contained in:
Lauren Lagarde 2025-08-23 18:08:26 -05:00
parent d6b4d0f2ac
commit 3a0b7314e1
4 changed files with 27 additions and 14 deletions

8
remote-system.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
ssh -tA ${1} "
cd ~/mlaga97-nix \
&& git fetch \
&& git reset --hard origin/main \
&& ./system.sh \
&& git push
" && git fetch