diff --git a/git_upload b/git_upload deleted file mode 100755 index e5a147a..0000000 --- a/git_upload +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -#git config user.name KB8PMY -git init -git checkout -b main -git add * -git commit -m "first commit" -#git remote add origin https://git.rdcclouds.com/KB8PMY/Weatherscript_V2.git -git push -u origin main