#!/bin/athena/bash

set -e
attach -h -n -q perl5
PERL5LIB=${PERL5LIB}:/mit/seven/lib/site_perl/5.6.0 /mit/perl5/bin/perl -w "$@"
