This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/php | |
| <?php | |
| /* | |
| treendent.php (tree indent) | |
| @author: Manel R. Doménech (@manelio) | |
| it's annoying for me to create files and directories in most of the editor I | |
| use, like Sublime Text and Vim. Also in the shell. | |
| Because that, I wrote a minimal parser called treendent for intend-based files |
NewerOlder