Wednesday, October 14, 2020

web2clone Bash script

 #!/bin/bash

read -p "Website FQDN/IP to be cloned : " web2clone
mkdir ~/$web2clone && cd ~/$web2clone
wget -r -nH $web2clone

No comments:

Post a Comment

Thank you for your comment. Will try to react as soon as possible.

Regards,

Networ King