mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-10 00:20:15 +08:00
3 lines
55 B
Plaintext
3 lines
55 B
Plaintext
echo cow | while read foo; do DIR=$foo; done
|
|
echo $DIR
|