eqx/eqx-get-user

10 lines
98 B

4 years ago
#!/bin/bash
packet \
user \
--json \
get \
2>/dev/null \
| jq [.]
4 years ago