From cfb2e53ee1bbe747a10ceb3e0eca25daa454382b Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 30 Nov 2020 18:28:08 -0500 Subject: added i3blocks-weather, added radar --- git-create | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git-create') diff --git a/git-create b/git-create index 642016f..48fa1d7 100755 --- a/git-create +++ b/git-create @@ -4,14 +4,14 @@ # create a repo of provided name on macon and make it the upstream name=$1 -[[ ! $(echo "$name" | grep ".git" -) ]] && name="$1.git" +[ ! $(echo "$name" | grep ".git" -) ] && name="$1.git" description=$2 echo "'$name': '$description'" echo "Create repo?" read choice -[[ ! $choice == "y" ]] && exit 1 +[ ! $choice == "y" ] && exit 1 ssh git@53hor.net << EOF cd /srv/git -- cgit v1.2.3