eqx/eqx-get-events

10 lines
99 B

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