This commit is contained in:
Ludovic Jacomme 2002-03-18 11:08:20 +00:00
parent e0ae1c67f2
commit 95d43fe6b0
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#!/bin/sh
for I in *.[ch]
do
sed -e 's/MUT_H/"mut.h"/g' -e 's/AUT_H/"aut.h"/g' -e 's/ABL_H/"abl.h"/g' $I > 1
mv 1 $I
done