summaryrefslogtreecommitdiff
path: root/.mac/Library/LaunchAgents/me.crute.TabServerAltPort.plist
diff options
context:
space:
mode:
Diffstat (limited to '.mac/Library/LaunchAgents/me.crute.TabServerAltPort.plist')
-rw-r--r--.mac/Library/LaunchAgents/me.crute.TabServerAltPort.plist16
1 files changed, 16 insertions, 0 deletions
diff --git a/.mac/Library/LaunchAgents/me.crute.TabServerAltPort.plist b/.mac/Library/LaunchAgents/me.crute.TabServerAltPort.plist
new file mode 100644
index 0000000..33d6857
--- /dev/null
+++ b/.mac/Library/LaunchAgents/me.crute.TabServerAltPort.plist
@@ -0,0 +1,16 @@
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>/bin/sh</string>
12 <string>-c</string>
13 <string>exec $HOME/bin/tab_server.py -p 1425</string>
14 </array>
15</dict>
16</plist>