Lots of bin changes

This commit is contained in:
Jonathan Hodgson 2020-01-04 13:21:05 +00:00
parent 2c617a5b49
commit 121798e075
12 changed files with 258 additions and 44 deletions

9
bin/.bin/webtest/webtest Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
domain="$1"
if [ -z "$domain" ];
echo "You need to give a domain or ip address"
fi
if