From 44f33491eb6a10a5860489cf75c52cc7456ca53c Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Fri, 8 Nov 2013 16:17:48 +0100
Subject: [PATCH 1/1] 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.
---
 INSTALL | 3 +++
 tweeper | 4 ++++
 2 files changed, 7 insertions(+)
 create mode 100644 INSTALL
 create mode 100755 tweeper

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');
-- 
2.1.4