This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # ag_commit.sh - AutoGit batch commit driver | |
| # | |
| # Reads config from .cfg file (including PAT), enumerates members, | |
| # exports to IFS, and calls run_commit.sh. This script runs entirely | |
| # in QSH/PASE to avoid CL-to-QSH quoting and DTAARA roundtrip pain. | |
| # | |
| # Usage: ag_commit.sh <config_name> | |
| # | |
| # Required env vars (set by AGBATCH CL before QSH CMD): |