File: gpg

package info (click to toggle)
rsync 3.0.9-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,352 kB
  • sloc: ansic: 35,959; sh: 4,980; perl: 1,662; makefile: 315; python: 83
file content (6 lines) | stat: -rwxr-xr-x 171 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#!/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 "${@}"