From f24f22f9d23ba525663a85ccfe5194b70e2f2364 Mon Sep 17 00:00:00 2001 From: EUcancER Date: Wed, 2 May 2012 13:57:21 +0200 Subject: Reaktor: add whatweb, update build process --- Reaktor/commands/whatweb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 Reaktor/commands/whatweb (limited to 'Reaktor/commands') diff --git a/Reaktor/commands/whatweb b/Reaktor/commands/whatweb new file mode 100755 index 00000000..1c1d7791 --- /dev/null +++ b/Reaktor/commands/whatweb @@ -0,0 +1,5 @@ +#!/bin/sh +#wrapper for WhatWeb +whatweb_bin='../repos/whatweb/whatweb' +[ -e "$whatweb_bin" ] || ( echo "Whatweb app does not exist" && exit 1 ) +$whatweb_bin "$1" -- cgit v1.2.3