diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-01 21:34:28 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-01 21:34:28 +1200 |
commit | 1f818ff715d6ac0b8cd4ce869113bed4c658d837 (patch) | |
tree | f9f3d274b62c93161dcf1d2529c1bb092de18548 /tools/minify.sh | |
parent | c7a93d18a1550842aff7c65b37a379026741d08d (diff) | |
download | trackermap-server-1f818ff715d6ac0b8cd4ce869113bed4c658d837.tar.gz trackermap-server-1f818ff715d6ac0b8cd4ce869113bed4c658d837.tar.bz2 trackermap-server-1f818ff715d6ac0b8cd4ce869113bed4c658d837.zip |
Update various script files
Diffstat (limited to 'tools/minify.sh')
-rwxr-xr-x | tools/minify.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/minify.sh b/tools/minify.sh index 14177ec63..4d402d50e 100755 --- a/tools/minify.sh +++ b/tools/minify.sh @@ -1,3 +1,5 @@ +#!/bin/sh + cd $(dirname $0)/../web SDK="../../ext-6.0.0" |