Skip to content

Instantly share code, notes, and snippets.

@SKeenan07
Created May 17, 2021 15:04
Show Gist options
  • Save SKeenan07/d2206d2a57a4a401792173f8268262d2 to your computer and use it in GitHub Desktop.
Save SKeenan07/d2206d2a57a4a401792173f8268262d2 to your computer and use it in GitHub Desktop.
#!/bin/sh
username="SKeenan07"
repository="mac-admin-scripts"
branch="master"
path="auto-logout/"
fileName="autoLogout.zsh"
curl -sLo "/tmp/$fileName" "https://raw.githubusercontent.com/$username/$repository/$branch/$path$fileName"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment