mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 07:59:50 +02:00
5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
# ash fails this one
|
|
echo -n '<&$fd '
|
|
fd=3
|
|
echo ok <&$fd
|