learning_c/serial_logger/echoterm.sh

6 lines
50 B
Bash
Executable file

#/bin/bash
while true; do
echo "test" > $1
done