diff options
Diffstat (limited to 'tools/makejs.sh')
| -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 |
