DEBSOURCES
Skip Quicknav
sources / python-sshsig / 0.2.2-2 / integration / test-all
123456
#!/usr/bin/bash set -o errexit -o nounset for JOB in integration/jobs/test-*; do echo $JOB $JOB done