#!/usr/local/bin/perl -w

$run = "/bin/tcsh";

exec "$run | tee logfile";
