-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |