diff --git a/#push.sh# b/#push.sh# deleted file mode 100755 index a752623..0000000 --- a/#push.sh# +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -if [ -z "$1" ] - then - echo "No commit message supplied" - exit 1 -fi - -sudo cp -r /etc/nixos/* . -cp -r ../Shells . -git add * -git commit -m "$1" -git push origin laptop