mirror of
https://github.com/micromdm/micromdm/
synced 2026-06-15 07:15:32 +08:00
5 lines
151 B
Bash
Executable File
5 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
source $MICROMDM_ENV_PATH
|
|
endpoint="v1/devices"
|
|
curl $CURL_OPTS -XGET --data-binary {} -s -u "micromdm:$API_TOKEN" "$SERVER_URL/$endpoint"
|