#!/usr/bin/perl use warnings; use strict; # strip the priority my $host; $host=<>; chomp($host); $host=lc($host); if ($host) {system("su - rancid -c \"/home/rancid/bin/rancid-run -r $host \" ");};