diff options
author | EUcancER <root@euer.krebsco.de> | 2012-05-02 13:57:21 +0200 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2012-05-02 13:57:21 +0200 |
commit | 85f0c12a9eebecff1ca6a387d62eac5931977f40 (patch) | |
tree | 7a10567f0ab7dbf44611efc3b0dff063c70b312f /commands | |
parent | f0424c09231f2b3b24fdf319c6e030968629af3a (diff) |
Reaktor: add whatweb, update build process
Diffstat (limited to 'commands')
-rwxr-xr-x | commands/whatweb | 5 |
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" |