X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/1f5d573b18e45cff4db6fc90f0663d2096f189cf..e60ccb7426f287532b0cfb89632ff963698530b8:/shell.plp diff --git a/shell.plp b/shell.plp index dd5f295..23ff526 100644 --- a/shell.plp +++ b/shell.plp @@ -4,13 +4,12 @@ use List::Util qw(sum max first); Html({ title => 'Shell compatibility cheat sheet', version => '1.0', - stylesheet => [qw'circus dark mono red light'], data => ['shell.inc.pl'], }); say "

Shell compatibility

\n"; -my $data = do 'shell.inc.pl' or die $@ || $!; +my $data = Data('shell'); my @agents = keys %{ $data->{agents} }; print '';