RosettaCodeData/Task/Conditional-structures/UNIX-Shell/conditional-structures-3.sh
2023-07-01 13:44:08 -04:00

8 lines
71 B
Bash

case value in
choicea)
foo
;;
choiceb)
bar
;;
esac