7 lines
78 B
Bash
7 lines
78 B
Bash
|
case test in
|
||
|
te)
|
||
|
echo wrong;;
|
||
|
"test")
|
||
|
echo ok ;;
|
||
|
esac
|