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