RosettaCodeData/Task/Keyboard-input-Flush-the-keyboard-buffer/UNIX-Shell/keyboard-input-flush-the-keyboard-buffer.sh
2023-07-01 13:44:08 -04:00

3 lines
37 B
Bash

while read -t 0.01; do
true
done