View inherit-abandon-flag.php
<?php | |
/* | |
* $argc[0] - name of script | |
* $argc[1] - filename to work on | |
*/ | |
if ($argc != 2) { | |
echo "need at least one parameter: json file to work on\n"; | |
exit(1); | |
} |