diff options
| author | root <root@lalalizard.com> | 2012-12-23 13:03:18 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-24 12:05:29 -0500 |
| commit | 6e8b15161242ad7fa9cc4781078ac1044d52837c (patch) | |
| tree | d149eeafa91fa8fa6510f65a1f4b2b634c7201da | |
| parent | 30720d91ee4c82985703ad9041c4666fdb8c6046 (diff) | |
make js script
| -rwxr-xr-x | tools/makejs.sh | 5 |
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 |
