#!/bin/sh set -ex # ash does not support `-a`: # > read: line 5: illegal option -a read RECIPIENTS set -- $RECIPIENTS exec gpgit "$@"