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