summaryrefslogtreecommitdiff
path: root/tools/makejs.sh
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-12-23 13:03:18 -0500
committerroot <root@lalalizard.com>2012-12-24 12:05:29 -0500
commit6e8b15161242ad7fa9cc4781078ac1044d52837c (patch)
treed149eeafa91fa8fa6510f65a1f4b2b634c7201da /tools/makejs.sh
parent30720d91ee4c82985703ad9041c4666fdb8c6046 (diff)
make js script
Diffstat (limited to 'tools/makejs.sh')
-rwxr-xr-xtools/makejs.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/makejs.sh b/tools/makejs.sh
new file mode 100755
index 0000000..7cc65c8
--- /dev/null
+++ b/tools/makejs.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd ../frontend/static/js/
+rm sj6.js
+cat `ls *.js` > sj6.js