summaryrefslogtreecommitdiff
path: root/.mac/Library/LaunchAgents/me.crute.TabServer.plist
diff options
context:
space:
mode:
Diffstat (limited to '.mac/Library/LaunchAgents/me.crute.TabServer.plist')
-rw-r--r--.mac/Library/LaunchAgents/me.crute.TabServer.plist14
1 files changed, 14 insertions, 0 deletions
diff --git a/.mac/Library/LaunchAgents/me.crute.TabServer.plist b/.mac/Library/LaunchAgents/me.crute.TabServer.plist
new file mode 100644
index 0000000..b89afa5
--- /dev/null
+++ b/.mac/Library/LaunchAgents/me.crute.TabServer.plist
@@ -0,0 +1,14 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>Label</key>
6 <string>me.crute.TabServer</string>
7 <key>RunAtLoad</key>
8 <true/>
9 <key>ProgramArguments</key>
10 <array>
11 <string>/Users/mcrute/bin/tab_server.py</string>
12 </array>
13</dict>
14</plist>