Add -v command line switch
[llpp.git] / mkhelp.sh
blob766a21595652e0259e98eb4bf0ede3cc7f89bda3
1 ocaml $1 $2
2 v=$(git describe --tags || echo "unknown")
3 printf 'let version ="%s";;\n' $v