alliance/dev/scripts/misc/alc_man_test

12 lines
164 B
Plaintext
Raw Normal View History

1999-09-09 09:24:53 -05:00
#!/bin/sh
for file in *.?
do
echo "Press <ENTER> key to see $file man [Ctrl-C to abort]" ;
read
read
man ./$file 2> /dev/ttyp4 ;
done