Subversion Repositories oidplus

Rev

Blame | Last modification | View Log | RSS feed

  1. #!/bin/bash
  2. rm profiling_/cachegrind.out.*
  3. php -d xdebug.profiler_enable=On whois.php
  4. mv /global/php-profiling/cachegrind.out.* profiling_/
  5.  
  6.