#!/bin/bash

source $MICROMDM_ENV_PATH
endpoint="push"
curl -u "micromdm:$API_TOKEN" "$SERVER_URL/$endpoint/$1"
