summaryrefslogtreecommitdiff
path: root/src/app.php
blob: 0a10ec6fe5a2b93b5715b1e13b3b0ff7d7d32874 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/php
<?php

/**
 * Returns a random phrase for taking a dump
 *
 * @author Phil Burton <phil@d3r.com>
 */

echo "dump\n";