mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 01:28:34 +08:00
8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
# Caution, white space sensitive file!
|
|
if true
|
|
then
|
|
cat <<- FOO
|
|
Some text
|
|
FOO
|
|
fi
|