Skip to content

Instantly share code, notes, and snippets.

View Chipcius's full-sized avatar

Andri Thorlacius Chipcius

View GitHub Profile
@Chipcius
Chipcius / hacklang-php-juggler.php
Last active August 29, 2015 14:05
hacklang-php-juggler
#!/usr/bin/php
<?php
if(!array_key_exists(1, $argv) || $argv[1] === '--help' || $argv[1] === '-h')
{
printLine("Hacklang php translation tool");
printLine("Version 1");
printLine('usage: ./headerModifyer.php <directory> [options]');
printLine('');