index
------------------------------------------------------------------------------------------------------------------------------------------------
Beginning a bash script
#!/bin/bash
------------------------------------------------------------------------------------------------------------------------------------------------
Set user input as a variable
echo 'enter domain name to test'
read domain
------------------------------------------------------------------------------------------------------------------------------------------------