From 250dbcedd6a01e008b93cc0242e83da48ea4370c Mon Sep 17 00:00:00 2001 From: Jim Long <jlong1s@illinois.edu> Date: Mon, 12 Dec 2022 12:37:20 -0600 Subject: [PATCH] Allow source of README.md from bash --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0be9b52..abbe582 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ +#!/usr/bin/env bash # 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 PROXY_FILE_URL="https://git.ncsa.illinois.edu/rundall/ncsa_pac_files/-/raw/master/ncsa_http_proxy.pac" networksetup -setautoproxystate Wi-Fi off networksetup -setautoproxyurl Wi-Fi "$PROXY_FILE_URL" networksetup -getautoproxyurl Wi-Fi -``` +set +x # echo off -- GitLab