source: dass-tools/usr/bin/repokey2fingerprint.sh@ 1091

Last change on this file since 1091 was 1074, checked in by joergs, on Aug 17, 2012 at 3:51:02 PM

gpg fingerprint hint

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
5URL="$1"
6
7curl "$URL"| gpg --with-fingerprint
Note: See TracBrowser for help on using the repository browser.