mirror of
https://github.com/micromdm/micromdm/
synced 2026-06-16 07:45:54 +08:00
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source $MICROMDM_ENV_PATH
|
|
endpoint="push"
|
|
curl $CURL_OPTS -u "micromdm:$API_TOKEN" "$SERVER_URL/$endpoint/$1"
|