https://github.com/genome/genome
Raw File
Tip revision: 82c9b18b8cedad6fcafa5c36c732ff90b2f27df8 authored by APipe Tester on 03 July 2015, 12:20:10 UTC
Updated `genome` tab completion.
Tip revision: 82c9b18
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