From: Mike Frysinger Date: Sat, 15 Mar 2014 19:14:23 +0000 (-0400) Subject: add yuicompressor helper X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=10b6ef896e96c58485c8be5b732e5c00f990aaf2;p=home.git add yuicompressor helper --- diff --git a/.bin/yuicompressor b/.bin/yuicompressor new file mode 100755 index 0000000..2c3bc0e --- /dev/null +++ b/.bin/yuicompressor @@ -0,0 +1,2 @@ +#!/bin/bash +exec java -jar "/usr/local/src/chrome-ext/yuicompressor"/yuicompressor-*.jar "$@"