mirror of
https://github.com/fleetdm/fleet
synced 2026-05-16 05:28:38 +00:00
4 lines
141 B
Bash
Executable file
4 lines
141 B
Bash
Executable file
#!/bin/bash
|
|
source $FLEET_ENV_PATH
|
|
endpoint="api/latest/fleet/me"
|
|
curl $CURL_FLAGS -H "Authorization: Bearer $TOKEN" "$SERVER_URL/$endpoint"
|