Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

Commit

Permalink
Adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bermi committed Jan 24, 2010
1 parent b8dc5bd commit fe13114
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions akelos
@@ -1,6 +1,11 @@
#!/usr/bin/env php #!/usr/bin/env php
<?php <?php


/**
* The +akelos+ command will create an application skeleton and will link it to
* the Akelos Framework library
*/

$argv = $_SERVER['argv']; $argv = $_SERVER['argv'];
array_shift($argv); array_shift($argv);
passthru(dirname(__FILE__).DIRECTORY_SEPARATOR.'makelos akelos:create_app --hide-makelos-folder '.implode(' ',$argv)); passthru(dirname(__FILE__).DIRECTORY_SEPARATOR.'makelos akelos:create_app --hide-makelos-folder '.implode(' ',$argv));

0 comments on commit fe13114

Please sign in to comment.