https://github.com/genome/genome
Raw File
Tip revision: 247869ff56fc14712b887e31f8e9ceb729ef901e authored by APipe Tester on 09 August 2014, 12:17:13 UTC
Updated `gmt` tab completion.
Tip revision: 247869f
genome-re.pl
#!/usr/bin/env genome-perl

=head1 NAME

re.pl - a modern Perl interactive shell

=head1 DESCRIPTION

See the Devel::REPL man page

=cut

use Devel::REPL::Script 'run';
back to top