Skip to content

Commit

Permalink
Rules.mk: Use tail -f instead of cat again
Browse files Browse the repository at this point in the history
  • Loading branch information
rsta2 committed Oct 15, 2024
1 parent a9afe5e commit 30fd33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,4 @@ monitor:
# Monitor in terminal (Linux only)
cat:
stty -F $(SERIALPORT) $(USERBAUD) cs8 -cstopb -parenb -icrnl
cat $(SERIALPORT)
tail -f $(SERIALPORT)

0 comments on commit 30fd33a

Please sign in to comment.