From a2b1c9c0b426cd7dc00623042694ce600536b6d3 Mon Sep 17 00:00:00 2001 From: tomjohnson1492 Date: Sun, 4 Sep 2016 21:42:54 -0700 Subject: [PATCH] content update --- tooltips.json | 1 - update.sh | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 update.sh diff --git a/tooltips.json b/tooltips.json index 3cd218d..ec2b790 100644 --- a/tooltips.json +++ b/tooltips.json @@ -3,7 +3,6 @@ layout: none search: exclude --- - hello { "entries": [ diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..42a3bec --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +git add . +git status +git commit -m "content update" +git push \ No newline at end of file