source:
dass-tools/usr/bin/repokey2fingerprint.sh@
1096
Last change on this file since 1096 was 1074, checked in by , on Aug 17, 2012 at 3:51:02 PM | |
---|---|
File size: 165 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | # example: http://download.opensuse.org/repositories/home:/dassit/openSUSE_12.1/repodata/repomd.xml.key |
4 | |
5 | URL="$1" |
6 | |
7 | curl "$URL"| gpg --with-fingerprint |
Note:
See TracBrowser
for help on using the repository browser.