File: gpg

package info (click to toggle)
rsync 3.1.2-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,824 kB
  • sloc: ansic: 40,130; sh: 5,507; perl: 1,932; makefile: 339; 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 "${@}"