This file contains hidden or 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
#!/bin/sh | |
# locations of various tools | |
CURL=curl | |
SERVER_ENDPOINT=https://rink.hockeyapp.net/api/2/ | |
# Put your HockeyApp APP_TOKEN here. Find it in your HockeyApp account settings. | |
APP_TOKEN="" |