BASH coolness by dionyziz + kostis90gr
As dionyziz said below,Zino is our new name. To do that conversion, though, some hacks were needed.Mostly stuff like that:
for i in $( find -iname "*.js" ! -path "*svn*" ); do
sed -e 's/static.chit-chat.gr/static.zino.gr/g' $i > $i-temp;
mv -f $i-temp $i;
done
This entry was posted
on Sunday, December 16th, 2007 at 11:05 pm and is filed under Excalibur, Linux.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.