mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 13:31:36 -07:00
2 lines
55 B
Text
2 lines
55 B
Text
echo cow | while read foo; do DIR=$foo; done
|
|
echo $DIR
|