mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 21:07:57 +02:00
5 lines
46 B
Plaintext
5 lines
46 B
Plaintext
while read -u 3 var
|
|
do
|
|
echo "$var"
|
|
done 3<$0
|