mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-08 10:45:34 +08:00
5 lines
153 B
Bash
Executable File
5 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
source $MICROMDM_ENV_PATH
|
|
endpoint="v1/devices"
|
|
curl $CURL_OPTS -X POST --data-binary {} -s -u "micromdm:$API_TOKEN" "$SERVER_URL/$endpoint"
|