aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit85f0c12a9eebecff1ca6a387d62eac5931977f40 (patch)
tree7a10567f0ab7dbf44611efc3b0dff063c70b312f /commands/whatweb
parentf0424c09231f2b3b24fdf319c6e030968629af3a (diff)
Reaktor: add whatweb, update build process
Diffstat (limited to 'commands/whatweb')
-rwxr-xr-xcommands/whatweb5
1 files changed, 5 insertions, 0 deletions
diff --git a/commands/whatweb b/commands/whatweb
new file mode 100755
index 0000000..1c1d779
--- /dev/null
+++ b/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"