source:
dass-tools/usr/bin/repokey2fingerprint.sh@
1184
Last change on this file since 1184 was 1074, checked in by , on Aug 17, 2012 at 3:51:02 PM | |
---|---|
File size: 165 bytes |
Rev | Line | |
---|---|---|
[1074] | 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.