Files
tinio/tool/CyUSBSerial.sh
T
2017-10-21 16:30:05 +02:00

8 lines
97 B
Bash

#!/bin/bash
pid=`pidof CyUSBSerialTestUtility`
if [ "$pid" ]; then
kill -s SIGUSR1 $pid
fi