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

Merge branch 'Update-README' into 'main'

Allow source of README.md from bash

See merge request !2
parents a307e1df 250dbced
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