#!/usr/bin/env perl use strict; use warnings; # PODNAME: reply # ABSTRACT: read, eval, print, loop, yay! use Reply::App; =head1 SYNOPSIS reply =head1 DESCRIPTION This script runs the L shell. It looks for a configuration file in C<.replyrc> in your home directory, and will generate a basic configuration for you if that file does not exist. See the L documentation for more information about using and configuring this program. =cut exit(Reply::App->new->run(@ARGV));