9 lines
100 B
Bash
Executable file
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
|