Tyleo-Dev-ShellScripting-Ol.../SH_PROJECTS/cgamesx785qs_data/.elifscript
2024-02-18 22:29:57 +01:00

9 lines
No EOL
157 B
Text
Executable file

if [[ conditions ]]; then
actions
elif [[ conditions ]]; then
actions
elif [[ conditions ]]; then
actions
fi
# You can use multiple times ELIF conditions