add ngrok developemnt and curl request helpers (#392)

This commit is contained in:
Victor Vrantchan
2018-04-07 19:35:27 -04:00
committed by GitHub
parent 40d5c9cd34
commit f843041cbc
11 changed files with 255 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
source $MICROMDM_ENV_PATH
endpoint="push"
curl -u "micromdm:$API_TOKEN" "$SERVER_URL/$endpoint/$1"