This commit is contained in:
James Devine 2015-07-21 13:47:38 +02:00
commit 4e33106586

7
logging.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/sh
now=$(date +"%m_%d_%Y_%H_%M_%S")
echo "Start time"
echo $now
cat /dev/ttyACM0 > chanA_$now.csv &
cat /dev/ttyACM1 > chanB_$now.csv &
echo "Logging script running"