summaryrefslogtreecommitdiff
path: root/.local/bin/gembubble
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-05-29 20:34:01 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-05-29 20:34:01 +0100
commit1d87d683950a2e7340fbc8be16004595e0b2b7dd (patch)
treeeb7aca7c8ed35bc73da3dd5e409ef4a9a6699c59 /.local/bin/gembubble
parentd75aa6dc96df9ae025164c5213cd6105e9b5d2a7 (diff)
Remove gembubble
Diffstat (limited to '.local/bin/gembubble')
-rwxr-xr-x.local/bin/gembubble13
1 files changed, 0 insertions, 13 deletions
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