Not sure why this work script was in the repository ... but it doesn't

belong ...
This commit is contained in:
Tom Lane 2001-02-07 21:25:55 +00:00
parent 2394083bd6
commit 62a029b5c6

View File

@ -1,7 +0,0 @@
#!/bin/bash
for fisier in *.tcl ; do
echo $fisier ;
sed -e "s/show_error/showError/g" <$fisier >temp
mv temp $fisier
done