From dda227a9502f2be72b05fc67de244ec88e7b200d Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Thu, 28 Feb 2008 21:31:01 +0000 Subject: [PATCH] Modified to work as a standalone executable. To install, just create a symlink to 'scanner' somewhere in your path (~/bin, /usr/bin, etc.) Mantis: 2691 git-svn-id: file:///srv/svn/scanner/trunk@13 a0501263-5b7a-4423-a8ba-1edf086583e7 --- scanner | 1 + scanner.php | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 120000 scanner diff --git a/scanner b/scanner new file mode 120000 index 0000000..67af07f --- /dev/null +++ b/scanner @@ -0,0 +1 @@ +scanner.php \ No newline at end of file diff --git a/scanner.php b/scanner.php index 84f8b0e..1c2d10b 100644 --- a/scanner.php +++ b/scanner.php @@ -1,4 +1,8 @@ +#!/usr/bin/php