summaryrefslogtreecommitdiff
path: root/tree/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tree/build.sh')
-rwxr-xr-xtree/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tree/build.sh b/tree/build.sh
new file mode 100755
index 0000000..ab9006d
--- /dev/null
+++ b/tree/build.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+git pull && grunt && pm2 restart viacom
+