summaryrefslogtreecommitdiffstats
path: root/bin/termcast
blob: 366ec0b15e59e550eeda79ddaae1fd7c1137ccac (plain) (blame)
1
2
3
4
#!/usr/bin/env perl
use App::Termcast;

App::Termcast->new_with_options->run;