Skip to content

Instantly share code, notes, and snippets.

View machadoug's full-sized avatar

Douglas machadoug

View GitHub Profile
@machadoug
machadoug / stripcomments.php
Last active June 15, 2016 12:42 — forked from elkuku/stripcomments.php
A script to strip whitespace. Used as a EasyCreator BuildAction ™:PKeeps the first block comment from the file (if any)@todo Get package information from EasyCreator
#!/usr/bin/php
<?php
/**
* @package EasyCreator
* @subpackage Helpers.Scripts
* @author Nikolai Plath {@link https://github.com/elkuku}
* @author Created on 25-May-2012
* @license GNU/GPL
* @copyright Get Copyright from EasyCreator
*/