mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
9 lines
123 B
Bash
Executable file
9 lines
123 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. $srcdir/defs.inc || exit 3
|
|
|
|
# print the GPG version
|
|
$GPG --version
|
|
|
|
#fixme: check that the output is correct
|
|
|