commit 4e331065868a8f3fd3192f414480d132e06147ea Author: James Devine Date: Tue Jul 21 13:47:38 2015 +0200 diff --git a/logging.sh b/logging.sh new file mode 100644 index 0000000..63c0932 --- /dev/null +++ b/logging.sh @@ -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"