head     1.1;
access   ;
symbols  ;
locks    vac:1.1; strict;
comment  @# @;


1.1
date     91.10.01.19.21.57;  author vac;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/csh -f

if (.$1. == ..) then
   set DIR=$cwd
else
   set DIR=$1
endif


if (-f $DIR/.alex.dir) then
    /bin/cat $DIR/.alex.dir
else
    /bin/ls $DIR
endif


@
