summaryrefslogtreecommitdiff
path: root/app/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'app/update.sh')
-rwxr-xr-xapp/update.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/update.sh b/app/update.sh
new file mode 100755
index 0000000..731e32a
--- /dev/null
+++ b/app/update.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+cd fronters
+node dl.js
+
+cd ..
+node build.js \ No newline at end of file