1
0
Fork
You've already forked xprobe
0
Minimal utility to check if we can talk to the X11 server.
  • Go 100%
Find a file
Istvan Marko 39c64a8cb0 Add README
2023年05月31日 14:42:58 -07:00
go.mod Initial import 2023年05月31日 14:32:28 -07:00
go.sum Initial import 2023年05月31日 14:32:28 -07:00
README.md Add README 2023年05月31日 14:42:58 -07:00
xprobe.go Initial import 2023年05月31日 14:32:28 -07:00

Minimal utility to check if we are able to talk to the X server.

Build with go build

Usage example: ./xprobe && echo "All good!" || echo "Oh noes!"