From 1d87d683950a2e7340fbc8be16004595e0b2b7dd Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 29 May 2021 20:34:01 +0100 Subject: Remove gembubble --- .local/bin/gembubble | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 .local/bin/gembubble diff --git a/.local/bin/gembubble b/.local/bin/gembubble deleted file mode 100755 index c969551..0000000 --- a/.local/bin/gembubble +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -[ -z "$1" ] && exit - -REPO="/home/david/projects/davidtsadler.co.uk" -GITGEM="git --git-dir=$REPO/.git --work-tree=$REPO" - -$REPO/scripts/thought-bubble $@ && -$REPO/scripts/deploy -# Not sure if I want to push up to GitHub every time there is a thought bubble so do it manually for the moment. -# $GITGEM add public/thought_bubbles.gmi && -# $GITGEM commit -m "Thought Bubble" && -# $GITGEM push -- cgit v1.2.3-13-gbd6f