mirror of
https://github.com/marenz2569/ut803-plot
synced 2025-06-29 08:06:07 +02:00
5 lines
115 B
Bash
Executable file
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
|