You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set Proxy for your system using bash script.
Given the script name is proxy.sh proxy.sh help ==> should show help (or commands it can do) proxy.sh set 4 ==> should change the proxy to 172.31.1.4 proxy.sh unset ==> should unset proxy
proxy.sh new 172.31.1.4 4 ==> should create a new proxy named 4
Should do at least the following
Set Proxy for your system using bash script.
Given the script name is proxy.sh
proxy.sh help
==> should show help (or commands it can do)proxy.sh set 4
==> should change the proxy to 172.31.1.4proxy.sh unset
==> should unset proxyproxy.sh new 172.31.1.4 4
==> should create a new proxy named 4Should do at least the following
When done add proxy.sh as an alias.
submit same way as previous tasks.
The text was updated successfully, but these errors were encountered: