summaryrefslogtreecommitdiff
path: root/build-js.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-js.sh')
-rwxr-xr-xbuild-js.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-js.sh b/build-js.sh
new file mode 100755
index 0000000..e314b59
--- /dev/null
+++ b/build-js.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+cat static/js/src/*/*.js static/js/src/*.js > static/js/pichat2.js
+