mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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"
|
|
|