5 lines
61 B
Bash
5 lines
61 B
Bash
|
case test in
|
||
|
te|test|aaaaaaaaa)
|
||
|
echo true;;
|
||
|
esac
|