Skripty pro ladeni spinelu pod linuxem /dev/ttyUSB0

This commit is contained in:
2016-11-24 23:45:21 +01:00
commit 48c5f59300
6 changed files with 1005 additions and 0 deletions

9
rundump Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
./setty
while true
do
./spineldump
[ -f /tmp/reloadspineldump ] && rm /tmp/reloadspineldump || exit
done