gloups
This commit is contained in:
parent
e0ae1c67f2
commit
95d43fe6b0
|
@ -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
|
Loading…
Reference in New Issue