Created
December 27, 2019 17:28
-
-
Save dnaprawa/f44fe26e8a204f9e9efb965dc50b2f36 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export DOCKER_USER=$1 | |
export DOCKER_PASSWORD=$2 | |
export CLAIR_ADDR=$3 | |
export CLAIR_OUTPUT=$4 | |
export CLAIR_THRESHOLD=$5 | |
klar $6:$7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment