document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. find /storage/trac/ -name trac.ini -printf \'%h %p\\n\'|
  2. while read a b; do
  3.     z=${a#/storage/trac/};
  4.     y=${z%/conf};
  5.     sed -i "s/link =/link = https:\\/\\/incolume.com.br\\/svn\\/$y/g; s/src = site\\/your_project_logo.png/src = https:\\/\\/incolume.com.br\\/img\\/logo.png/g;s/icon = common\\/trac.ico/icon = \\/favicon.ico?/g" ${b};
  6. done
');