ack/distr/listall
1985-04-14 23:26:24 +00:00

11 lines
132 B
Plaintext
Executable file

case $# in
0) DIR=. ;;
1) DIR=$1 ;;
*) echo $0 [directory] ; exit 1 ;;
esac
DD=`pwd`/listall.d
DW=`pwd`/dwalk
export DD
cd $DIR
$DW