summaryrefslogtreecommitdiffstats
path: root/Reaktor/commands/whatweb
blob: 1c1d7791e16071d96b4540c091acf58ff625f695 (plain)
1
2
3
4
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"