1
0
Fork 0
mirror of https://github.com/marenz2569/ut803-plot synced 2025-06-29 08:06:07 +02:00
ut803-plot_marenz_github/collect.sh

5 lines
115 B
Bash
Executable file

#!/bin/bash
while sleep 1;
do
sudo ./suspend.sh && ./he2325u_hidapi.py | ./es51922.py -m plot -f /tmp/ut803;
done