Skip to content

Instantly share code, notes, and snippets.

View adascal's full-sized avatar

Alexandr Dascal adascal

View GitHub Profile
@adascal
adascal / hockeyapp-uploader.sh
Created June 17, 2016 21:24
HockeyApp's Command Line Uploader is a shell script to upload your IPA or APK files to HockeyApp for monitoring and distribution.
#!/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=""