mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
12 lines
135 B
Bash
12 lines
135 B
Bash
|
|
foo() {
|
|
echo foo
|
|
}
|
|
|
|
bar() {
|
|
echo bar
|
|
}
|
|
|
|
# This file has a syntax error at the end
|
|
if true; then
|
|
echo "dude, where's my fi?" |