BitBetter/src/licenseGen/run.sh
Jake Swenson f7ec8b477d updates
2017-10-29 12:13:38 -07:00

12 lines
194 B
Bash
Executable File

#!/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