4 lines
72 B
Plaintext
4 lines
72 B
Plaintext
|
#!/bin/sh
|
||
|
me=$(dirname "$0")
|
||
|
java -jar "$me/yuicompressor-2.4.6.jar" $@
|