Pattern Matching in Bash Link to heading

case "$1" in
projects | p*)
	path="$path/1-projects"
	;;
areas | a*)
	path="$path/2-areas"
	;;
resources | r*)
	path="$path/3-resources"
	;;
4)
	path="$path/4-archives"
	;;
esac