mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-12-20 05:06:18 +00:00
updates
This commit is contained in:
11
src/licenseGen/run.sh
Executable file
11
src/licenseGen/run.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user