Skip to content
Snippets Groups Projects
Unverified Commit 250dbced authored by James Long's avatar James Long
Browse files

Allow source of README.md from bash

parent a307e1df
No related branches found
No related tags found
1 merge request!2Allow source of README.md from bash
#!/usr/bin/env bash
# ncsa_pac_files # ncsa_pac_files
#
#On macOS, this can be easily loaded/reloaded with a script like this:
On macOS, this can be easily loaded/reloaded with a script like this:
```
#!/usr/bin/env bash
set -x # echo on set -x # echo on
PROXY_FILE_URL="https://git.ncsa.illinois.edu/rundall/ncsa_pac_files/-/raw/master/ncsa_http_proxy.pac" PROXY_FILE_URL="https://git.ncsa.illinois.edu/rundall/ncsa_pac_files/-/raw/master/ncsa_http_proxy.pac"
networksetup -setautoproxystate Wi-Fi off networksetup -setautoproxystate Wi-Fi off
networksetup -setautoproxyurl Wi-Fi "$PROXY_FILE_URL" networksetup -setautoproxyurl Wi-Fi "$PROXY_FILE_URL"
networksetup -getautoproxyurl Wi-Fi networksetup -getautoproxyurl Wi-Fi
``` set +x # echo off
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment