mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 20:50:42 +02:00
application-settable readline timeouts
This commit is contained in:
@@ -53,3 +53,6 @@ echo abcde | {
|
||||
read -e -t 0.5 a
|
||||
echo $a
|
||||
}
|
||||
|
||||
read -e -t .0001 a <<<abcde
|
||||
echo $a
|
||||
|
||||
Reference in New Issue
Block a user