5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
sed -n '/1$/p' ../data/spi.txt > spi.txt
|
|
sed -n '/1$/p' ../data/i2c.txt > i2c.txt
|
|
gnuplot gnuplot.gpt |