Simplify
[llpp.git] / mkhelp.sh
blobf4ca97cfaaf1d8fbf07a5db88c4cc32b504a2c40
1 ocaml str.cma $1 $2
2 v=$(cd $(dirname $1) && git describe --tags --dirty 2>/dev/null \
3 || echo "unknown")
4 printf 'let version ="%s";;\n' $v