Pinned Loading
-
-
back-up-and-restore-scripts
back-up-and-restore-scripts PublicThese scripts back up a user's data to an external hard drive and restore a user's data from that hard drive.
Shell 2
-
-
openInDefaultBrowser.sh
openInDefaultBrowser.sh 1#!/bin/sh
23defaultBrowser=$(defaults read ~/Library/Preferences/com.apple.LaunchServices/com.apple.launchservices.secure.plist | grep https -B1 | grep All | awk -F" = " '{ print $2 }' | tr -d '";')
4open -b "$defaultBrowser" https://www.apple.com
-
notCompatibleWith_macOS_Monterey
notCompatibleWith_macOS_Monterey 1(iMac(9|1[0-5])|MacPro[4|5]|Macmini[3-6]),\d|MacBook([5-8]|Air[2-6]),\d|MacBookPro(([4-9]|10),\d|11,[1-3])
23iMac (Earlier than Late 2015)
4iMac9,1
5iMac10,1
-
downloadGitHubFile.sh
downloadGitHubFile.sh 1#!/bin/sh
2username="SKeenan07"
3repository="mac-admin-scripts"
4branch="master"
5path="auto-logout/"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.