summaryrefslogtreecommitdiffstats
path: root/bin/repl
blob: 24cc351bd39817e646c556ae3b44b33ae42e902e (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env perl
use strict;
use warnings;

use App::REPL;

App::REPL->new(script => "$ENV{HOME}/.replrc")->run;