android_mt6572_jiabo/external/rsync/packaging/bin/gpg
2025-09-05 16:56:03 +08:00

6 lines
171 B
Bash
Executable file

#!/bin/sh -e
# This script gets git to run gpg with a --passphrase-file option.
PATH=`echo $PATH | sed 's/^[^:]*://'`
gpg --batch --passphrase-file=$GPG_PASSFILE "${@}"