From: Antonio Ospite <ospite@studenti.unina.it>
Date: Fri, 8 Nov 2013 15:17:48 +0000 (+0100)
Subject: Add a wrapper script intended to be called as an executable
X-Git-Tag: v0.1~5
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/44f33491eb6a10a5860489cf75c52cc7456ca53c?hp=d8118b5b03cd415ff41a895afdd9458ec93c88aa

Add a wrapper script intended to be called as an executable

Add also an INSTALL file which explains how to set up tweeper globally
on the filesystem.
---

diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..a2e602d
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,3 @@
+The recommended way to install tweeper globally is to install all its files
+under /usr/share/php/tweeper and then make a symlink to the wrapper script
+"tweeper" under /usr/bin
diff --git a/tweeper b/tweeper
new file mode 100755
index 0000000..a13752f
--- /dev/null
+++ b/tweeper
@@ -0,0 +1,4 @@
+#!/usr/bin/env php
+<?php
+
+require(dirname(__FILE__) . '/tweeper.php');