Add -c command line option to specify alternate config file location
[llpp.git] / mkhelp.sh
blobdc2ae9a2ccd76923a3fe342e6f964eb3a3485d0a
1 ocaml str.cma $1 $2
2 v=$(git describe --tags --dirty 2>/dev/null || echo "unknown")
3 printf 'let version ="%s";;\n' $v