#!/usr/bin/perl

use strict;
use warnings;

use App::PersistentSSH;

App::PersistentSSH->new_with_options->run;

