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 | f24f22f9d23ba525663a85ccfe5194b70e2f2364 (patch) | |
tree | d0c528e31c7cee81da5c050e40633221db904861 /Reaktor/commands | |
parent | 07282f7c4c729323aeb9f3deda1bfbd191dafb8a (diff) |
Reaktor: add whatweb, update build process
Diffstat (limited to 'Reaktor/commands')
-rwxr-xr-x | Reaktor/commands/whatweb | 5 |
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" |