changed q1 and q2 according to the paper of P. Sysel and P. Rajmic
[mirrors/Programs.git] / c / vizionix / vizionix-cli.sh
CommitLineData
fee6ec9e
TM
1#!/bin/bash
2while true; do
3 echo "$(cat $1)" | while read cmd; do
4 . getxsock.sh; export XSOCK_PID XSOCK_WID
5 echo "$cmd" | bash
6 done;
7done
This page took 0.117743 seconds and 4 git commands to generate.