summaryrefslogtreecommitdiff
path: root/.mac/Library/LaunchAgents/me.crute.TabServerAltPort.plist
blob: 33d68574ab87d6e761f7813162392bf90451e08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>me.crute.TabServer</string>
    <key>RunAtLoad</key>
    <true/>
	<key>ProgramArguments</key>
	<array>
        <string>/bin/sh</string>
        <string>-c</string>
		<string>exec $HOME/bin/tab_server.py -p 1425</string>
	</array>
</dict>
</plist>