mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-05 12:31:50 +01:00
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. $srcdir/defs.inc || exit 3
|
||
|
|
||
|
# print the GPG version
|
||
|
$GPG --version
|
||
|
|
||
|
#fixme: check that the output is correct
|
||
|
|