8 lines
71 B
Bash
8 lines
71 B
Bash
case value in
|
|
choicea)
|
|
foo
|
|
;;
|
|
choiceb)
|
|
bar
|
|
;;
|
|
esac
|