Lots of bin changes
This commit is contained in:
parent
0f80079368
commit
55a7d2da4f
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