6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
if [[ ${1:condition} ]]; then
|
||
|
${2:#statements}
|
||
|
else
|
||
|
${3:#statements}
|
||
|
fi
|