1 2 3 4 5 6
#!/bin/sh # DF-0940 run: execute the trigger. Expected: exits 0, no kernel effect. set -e cd "$(dirname "$0")" ./trig echo "RUN_EXIT=$?"