5 lines
46 B
Plaintext
5 lines
46 B
Plaintext
|
case ${1:word} in
|
||
|
${2:pattern})
|
||
|
${3};;
|
||
|
esac
|