eb0655afd75d1a912427615b414c17e4ac426a00
[mirrors/Programs.git] / vizionix-cli.sh
1 #!/bin/bash
2 while true; do
3 echo "$(cat $1)" | while read cmd; do
4 . getxsock.sh; export XSOCK_PID XSOCK_WID
5 echo "$cmd" | bash
6 done;
7 done
This page took 0.236851 seconds and 3 git commands to generate.