File: gpg

package info (click to toggle)
rsync 3.0.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,472 kB
  • ctags: 3,518
  • sloc: ansic: 35,122; sh: 4,882; perl: 1,415; makefile: 267; 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 "${@}"