sigrok decoder for caliper
[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.126216 seconds and 4 git commands to generate.