diff options
Diffstat (limited to 'security/nss/automation/taskcluster/scripts/run_saw.sh')
-rw-r--r-- | security/nss/automation/taskcluster/scripts/run_saw.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/nss/automation/taskcluster/scripts/run_saw.sh b/security/nss/automation/taskcluster/scripts/run_saw.sh new file mode 100644 index 000000000..0e9a8224a --- /dev/null +++ b/security/nss/automation/taskcluster/scripts/run_saw.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +source $(dirname "$0")/tools.sh + +# Fetch artifact if needed. +fetch_dist + +# Run SAW. +saw "nss/automation/saw/$1.saw" |