This project is able to show and execute snippets.
The script will wait user press "enter" to show the result.
Put your snippet in snippets/ folder.
git clone https://github.com/lyrixx/demoer.gitcd demoerwget http://getcomposer.org/composer.pharphp composer.phar install
- list all snippets :
php run.php list-snippets - run one snippet :
php run.php run 001-HelloWorld.php - run all snippet :
php run.php run
- php-5.3.2