summaryrefslogtreecommitdiffstats
path: root/Reaktor/commands/whatweb
diff options
context:
space:
mode:
authorEUcancER <root@euer.krebsco.de>2012-05-02 13:57:21 +0200
committerEUcancER <root@euer.krebsco.de>2012-05-02 13:57:21 +0200
commitf24f22f9d23ba525663a85ccfe5194b70e2f2364 (patch)
treed0c528e31c7cee81da5c050e40633221db904861 /Reaktor/commands/whatweb
parent07282f7c4c729323aeb9f3deda1bfbd191dafb8a (diff)
Reaktor: add whatweb, update build process
Diffstat (limited to 'Reaktor/commands/whatweb')
-rwxr-xr-xReaktor/commands/whatweb5
1 files changed, 5 insertions, 0 deletions
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"