mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
7 lines
89 B
Text
7 lines
89 B
Text
# Caution, white space sensitive file!
|
|
if true
|
|
then
|
|
cat <<- FOO
|
|
Some text
|
|
FOO
|
|
fi
|