forked from pool/gnu_parallel
Jan Engelhardt
a4318e043f
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=8
18 lines
464 B
Standard ML
18 lines
464 B
Standard ML
#!/bin/bash
|
|
|
|
# To check the signature run:
|
|
# echo | gpg
|
|
# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-20130622.tar.bz2.sig
|
|
|
|
echo | gpg 2>/dev/null
|
|
gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $0
|
|
exit $?
|
|
|
|
-----BEGIN PGP SIGNATURE-----
|
|
Version: GnuPG v1.4.11 (GNU/Linux)
|
|
|
|
iEYEABECAAYFAlHFrBUACgkQLGIp4v////EniACfZNq+E+eK1l+m01PCJXjRHc8I
|
|
yBIAoIvneZi1GuNFTxJyXWNiooauVyqe
|
|
=B6e+
|
|
-----END PGP SIGNATURE-----
|