Lots of bin changes
This commit is contained in:
parent
2c617a5b49
commit
121798e075
12 changed files with 258 additions and 44 deletions
9
bin/.bin/webtest/webtest
Executable file
9
bin/.bin/webtest/webtest
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue