1 2 3 4 5 6 7 8 9
#!/bin/bash # # A sample cage hook script. # We recommend setting these flags for all hook scripts so that they abort # immediately on common kinds of shell errors. set -euo pipefail echo "Example hook script"