learning_c/serial_logger/echoterm.sh

5 lines
50 B
Bash
Executable file

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