mirror of
git://git.gnupg.org/gnupg.git
synced 2026-03-09 15:15:22 +01:00
5 lines
105 B
Bash
Executable file
5 lines
105 B
Bash
Executable file
#!/bin/sh
|
|
unset GPG_AGENT_INFO
|
|
[ -x "$1" ] && exec $1 $2
|
|
exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
|
|
|