View remove_configdata_from_selected.sh
#!/bin/bash | |
# remove_configdata_from_selected | |
# | |
# removes config-data attribute from selected update types: XProtectPlistConfigData, Gatekeeper Configuration Data | |
reposadoUser=reposado | |
reposadoGroup=admin | |
reposadoDir="/path/to/your/reposado" |
View ScriptRunner.sh
#!/bin/bash | |
# save this file at /Library/yourorg/ScriptRunner.sh | |
script_path="${0}" | |
source_path=$(dirname "${script_path}") | |
chmod 777 "/var/log/yourorg-scriptrunner.log" | |
if [ -d "${source_path}/User Login Scripts" ]; then |
View Git notes
Start | |
===== | |
1. Install Git | |
http://git-scm.com/download/mac | |
(But consider using Homebrew) | |
2. Make a GitHub account | |
https://github.com/ | |
3. Open Terminal |