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