nix-config/git-push.sh
2024-03-25 21:41:10 +01:00

9 lines
100 B
Bash
Executable file

#!/bin/bash
cd /home/horseman/nix-config
cp -r nixos machines/pc
git add *
git commit *
git push