This commit is contained in:
Nico
2024-10-31 13:49:02 +01:00
parent ad6d893cb0
commit e0b94d45e6
14 changed files with 293 additions and 119 deletions

12
push.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
if [ -z "$1" ]
then
echo "No argument supplied"
exit 1
fi
sudo cp -r /etc/nixos/* .
git add *
git commit -m "$1"
git push origin laptop