mirror of
https://github.com/micromdm/micromdm/
synced 2026-05-13 01:46:05 +08:00
6 lines
152 B
Bash
Executable File
6 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
source $MICROMDM_ENV_PATH
|
|
endpoint="v1/commands/$1"
|
|
|
|
curl $CURL_OPTS -K <(cat <<< "-u micromdm:$API_TOKEN") -X GET "$SERVER_URL/$endpoint"
|