Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
[mkws-moved-to-github.git] / test / bin / yui-compressor
1 #!/bin/sh
2
3 # yui-compressor - dummy wrapper for missing java tool yui-compressor
4
5 cat <<EOF >&2
6 ==>  Warning: the real program yui-compressor does not exists <==
7      will use cat(1) instead! 
8 EOF
9
10 cat "$@"
11