mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
4 lines
84 B
Bash
Executable file
4 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
[ -x "$1" ] && exec $1 $2
|
|
exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
|
|
|