This commit is contained in:
Jake Swenson
2017-10-29 12:13:38 -07:00
parent 5c58b0d8fd
commit f7ec8b477d
6 changed files with 179 additions and 66 deletions

11
src/licenseGen/run.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
script_dir=`cd $(dirname $0); pwd`
if [ "$#" -ne "1" ]; then
echo "USAGE: $0 <ABSOLUTE PATH TO CERT.PFX>"
exit 1
fi
docker run -it -v "$1:/cert.pfx" bitbetter/licensegen