e2615ed92ff81091121ac2db5c70d80932adf059
[mirrors/Programs.git] / c / vizionix / getxsock.sh
1 #!/bin/bash
2 kill -0 $XSOCK_PID || {
3 PATH="./:$PATH"
4 eval "$(mkxsock)"
5 }
6 export XSOCK_PID XSOCK_WID
This page took 0.22479 seconds and 4 git commands to generate.