ncsa-mosaic/revert_makefiles
Alan Dipert 29c82be0c2 init
2010-03-08 05:55:21 -05:00

9 lines
159 B
Bash
Executable File

#!/bin/sh
for i in . libwww2 libhtmlw src libnut libXmx libdtm libnet
do
echo "cp $i/Makefile.orig $i/Makefile"
cp $i/Makefile.orig $i/Makefile
done