Skip to content

Commit

Permalink
add plist to run ngrok as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Symmetry Labs authored and Symmetry Labs committed Nov 17, 2018
1 parent a3d1c00 commit f41d07b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions run-ngrok.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>run-ngrok</string>
<key>ProgramArguments</key>
<array><string>/Users/symmetrylabs/Downloads/ngrok</string><string>http</string><string>5000</string></array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>

0 comments on commit f41d07b

Please sign in to comment.