Commit 62a029b5 authored by Tom Lane's avatar Tom Lane

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

belong ...
parent 2394083b
#!/bin/bash
for fisier in *.tcl ; do
echo $fisier ;
sed -e "s/show_error/showError/g" <$fisier >temp
mv temp $fisier
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment