job.sh (134B)
1 #!/bin/bash 2 set -exuo pipefail 3 4 apt-get update -yq 5 apt-get upgrade -yq 6 7 job_dir=$(dirname "${BASH_SOURCE[0]}") 8 9 "${job_dir}"/build.sh
challengerOAuth 2.0-based authentication service that validates user can receive messages at a certain address | |
| Log | Files | Refs | Submodules | README | LICENSE |