From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Wed, 16 Oct 2013 12:42:12 -0400
Subject: Define shebang

Actually make the script executable.
---
 dompdf.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dompdf.php b/dompdf.php
index a9052fa..19abacf 100755
--- a/dompdf.php
+++ b/dompdf.php
@@ -1,3 +1,4 @@
+#!/usr/bin/php
 <?php
 /**
  * Command line utility to use dompdf.
