mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-19 01:42:51 +02:00
Bash-5.3-alpha release
This commit is contained in:
+1
-2
@@ -57,10 +57,9 @@ echo abcde | {
|
||||
echo $a
|
||||
}
|
||||
|
||||
read -e -t .0001 a <<<abcde
|
||||
read -e -t .001 a <<<abcde
|
||||
echo $a
|
||||
|
||||
set -o posix
|
||||
read -t 0.1 a </dev/tty
|
||||
echo $a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user