source: fedkit/import_key.pl @ c6d6c43

axis_examplecompt_changesinfo-ops
Last change on this file since c6d6c43 was 444790d, checked in by Ted Faber <faber@…>, 14 years ago

add import key command

  • Property mode set to 100644
File size: 152 bytes
Line 
1#!/usr/bin/perl
2
3use strict;
4use gateway_lib;
5
6die "Usage $0 sourec_file dest_file" unless (@ARGV) == 2;
7
8gateway_lib::import_key($ARGV[0], $ARGV[1]);
9
Note: See TracBrowser for help on using the repository browser.