From a9fc1015327a47da72691f1c60c4fb6760e5e5f0 Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 31 Mar 2025 00:07:38 +0200 Subject: [PATCH] initW --- #push.sh# | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 #push.sh# 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