diff --git a/yui-compressor b/yui-compressor new file mode 100755 index 0000000..584b913 --- /dev/null +++ b/yui-compressor @@ -0,0 +1,4 @@ +#!/bin/sh + +java -jar ~/apps/yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar "$1" -o "$2" +