#!/usr/bin/perl
#!/tmp/perl/bin/perl

use SimpleConf;
$file1=$ARGV[0];
$file2=$ARGV[1];
$file1 ne "" or $file1='show-host.conf';
$file2 ne "" or $file2='show-host1.conf';
loadconf $file1;
showconf;
saveconf $file2;
