invoke-gpgit.sh 136 B

123456789
  1. #!/bin/sh
  2. set -ex
  3. # ash does not support `-a`:
  4. # > read: line 5: illegal option -a
  5. read RECIPIENTS
  6. set -- $RECIPIENTS
  7. exec gpgit "$@"