Updatede a shitload.

This commit is contained in:
root
2017-10-21 16:30:05 +02:00
parent b35e512795
commit 171300c1e3
26 changed files with 23 additions and 123 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
pid=`pidof CyUSBSerialTestUtility`
if [ "$pid" ]; then
kill -s SIGUSR1 $pid
fi