RosettaCodeData/Task/Keyboard-input-Flush-the-keyboard-buffer/UNIX-Shell/keyboard-input-flush-the-keyboard-buffer.sh

4 lines
37 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
while read -t 0.01; do
true
done