This commit is contained in:
commit
4e33106586
1 changed files with 7 additions and 0 deletions
7
logging.sh
Normal file
7
logging.sh
Normal 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"
|
||||
Loading…
Reference in a new issue