Skip to content

Instantly share code, notes, and snippets.

View stephenkeating's full-sized avatar
🏹
Coding

Stephen Keating stephenkeating

🏹
Coding
View GitHub Profile
@stephenkeating
stephenkeating / .xml
Created October 31, 2019 15:59
Automated Git Pull Script
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>local.gitPullLectureCode</string>
<key>ProgramArguments</key>
<array>
<string>git</string>
<string>-C</string>
@stephenkeating
stephenkeating / .xml
Created October 31, 2019 16:11
git pull code label
<key>Label</key>
<string>local.gitPullLectureCode</string>