A Powerful URL Connect Test
- Run the following command to install the following items:
curl -sL https://raw.githubusercontent.com/xqwtxon/connect.sh/stable/src/connect/setup.sh | bash -s -
- It will install the following requirements.
- When installation is done, you can now start executing:
connect --help
!
Upgrading to Latest should be online.
- Run the following command
connect --update
- If you are using v0.0.1, execute the following command:
curl -sL https://raw.githubusercontent.com/xqwtxon/connect.sh/stable/src/connect/update.sh -o "update.sh" && chmod +x "update.sh" && bash "update.sh" --update
- If you are using v0.0.1, execute the following command:
- Enjoy, use the 'connect --version' to check version!
- If you're experiencing
Permission Denied
oncp
, that means you must resolve the permissions between$PREFIX/bin
.
- If you're experiencing
Use the following command to test connection on the url.
Warning
If your url doesnt start with
https:// or http:// or with .
that is not valid url
connect https://example.com
Note
You can use
connect -p https://example.com
to check connection whether bad or ok.