Dotfiles/bin/.bin/webtest/webtest
2020-01-04 13:21:05 +00:00

9 lines
110 B
Bash
Executable file

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