Lots of bin changes

This commit is contained in:
Jonathan Hodgson 2020-01-04 13:21:05 +00:00
parent 0f80079368
commit 55a7d2da4f
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