This website works better with JavaScript.
Explore
Help
Sign In
forksand
/
eqx
Watch
1
Star
0
Fork
You've already forked eqx
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
109b9d8b75
eqx
/
eqx-get-events
10 lines
99 B
Raw
Normal View
History
Unescape
Escape
eqx
4 years ago
#!/bin/bash
packet \
event \
--json \
get \
make eqx-get-* more pretty with jq
4 years ago
2>/dev/null \
| jq [.]
eqx
4 years ago