Skip to content

Instantly share code, notes, and snippets.

View pkordylewski's full-sized avatar

Patryk Kordylewski pkordylewski

  • imos GmbH
  • Germany
View GitHub Profile
<?php
/*
* Note: This script will directly modify the .php files in the given directory.
* It is assumed that the code is under version control, so you can easily review
* the changes using `git diff` or similar.
*/
function usageError() {
die("Usage: php -d asp_tags=1 portAlternativeTags.php dir/\n");