summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2020-11-18 11:48:43 +0000
committerShubham Saini <pryr@pryr.xyz>2020-11-18 11:48:43 +0000
commitadfb4b481ccd9fad8936f20ca7b197d67f311d45 (patch)
tree0929bd56cff6812aae97d1d8699505571924a5be /bin
parent52424ac4a7bda7059dc020e58d2547979abbcd0e (diff)
added vimtex
Diffstat (limited to 'bin')
-rwxr-xr-xbin/.local/bin/gitit2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/gitit b/bin/.local/bin/gitit
index af3eeec..5d576c2 100755
--- a/bin/.local/bin/gitit
+++ b/bin/.local/bin/gitit
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2set -e 2set -e
3printf "\033[0;32mDeploying updates to GitHub...\033[0m\n" 3printf "\033[0;32mDeploying updates to server...\033[0m\n"
4git add . 4git add .
5msg="changes" 5msg="changes"
6if [ -n "$*" ]; then 6if [ -n "$*" ]; then