diff --git a/bin/gammaphp b/bin/gammaphp new file mode 100755 index 0000000..d5e4453 --- /dev/null +++ b/bin/gammaphp @@ -0,0 +1,5 @@ +#!/usr/bin/php + $a){ @@ -25,9 +25,9 @@ if (isset($argv[1])) { case "new": newsite(); break; - case "help": - help(); - break; + case "help": + help(); + break; default: break; } @@ -190,3 +190,4 @@ function createFiles($basepath, $staticmode = false) file_put_contents($publishpath . "sitemap.xml", $finalsitemap); } +