Repositories (1)

scripts
2 snippets stored for this repo
Perl IconPerl
when ( 'xenserver' ) { say '10.10.10.243' }
        default         { say 'try again retard' }	
}
Perl IconPerl
when ( 'iadmem3' ) { say '172.28.3.91' }
	default     	{ say 'try again retard' }
}