summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/app.php b/src/app.php
new file mode 100644
index 0000000..0a10ec6
--- /dev/null
+++ b/src/app.php
@@ -0,0 +1,10 @@
+#!/usr/bin/php
+<?php
+
+/**
+ * Returns a random phrase for taking a dump
+ *
+ * @author Phil Burton <phil@d3r.com>
+ */
+
+echo "dump\n";