4 lines
51 B
Plaintext
4 lines
51 B
Plaintext
|
if [[ ${1:condition} ]]; then
|
||
|
${2:#statements}
|
||
|
fi
|