I have never found "X lines of code" to be impressive. Write clean code and polish it and make it readable. Who cares how long it is. Hackers brag about lines, not engineers.
What about dokku...loads of plugins and easily extendable.... <a href="https://goo.gl/JzMstI" rel="nofollow">https://goo.gl/JzMstI</a>
Am I the only one who noticed `php -S` is used, which is a debug server, not intended even for testing purposes?<p>One cannot seriously consider this for anything except a proof that basic utilities like zip, netcat, supervisord and php can be scripted with a higher-level language to hack together something that somehow works.<p>That being said, I like this cool hack.
<a href="https://gist.github.com/igorw/1d67f422689017e814a8#file-app-php-L49" rel="nofollow">https://gist.github.com/igorw/1d67f422689017e814a8#file-app-...</a><p>Is it possible to craft a zip file that will write data to parent directories, or an explicit path?