Skip to content
View SKeenan07's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report SKeenan07

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. autoupdate-scripts autoupdate-scripts Public

    Shell 2

  2. back-up-and-restore-scripts back-up-and-restore-scripts Public

    These scripts back up a user's data to an external hard drive and restore a user's data from that hard drive.

    Shell 2

  3. mac-admin-scripts mac-admin-scripts Public

    Shell 4 2

  4. openInDefaultBrowser.sh openInDefaultBrowser.sh
    1
    #!/bin/sh
    2
    
                  
    3
    defaultBrowser=$(defaults read ~/Library/Preferences/com.apple.LaunchServices/com.apple.launchservices.secure.plist | grep https -B1 | grep All | awk -F" = " '{ print $2 }' | tr -d '";')
    4
    open -b "$defaultBrowser" https://www.apple.com
  5. 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])
    2
    
                  
    3
    iMac (Earlier than Late 2015)
    4
    iMac9,1
    5
    iMac10,1
  6. downloadGitHubFile.sh downloadGitHubFile.sh
    1
    #!/bin/sh
    2
    username="SKeenan07"
    3
    repository="mac-admin-scripts"
    4
    branch="master"
    5
    path="auto-logout/"