I'm too old for this shit!

This commit is contained in:
2022-04-30 19:22:46 +03:00
parent ed72c53b82
commit 7d0a476cf4

View File

@@ -89,7 +89,7 @@ else
git init
git add .
git commit -m "$(curl -s http://whatthecommit.com/index.txt)"
git remote add origin https://git.konsthol.eu/konsthol/$(basename $PWD)
git remote add origin $GITEA_URL/$USERNAME/$(basename $PWD)
git push -u origin master
;;
-d|--delete)