#!/usr/bin/env bash
# c-ws: print the resolved CARE workspace path.
# Useful for `cd "$(c-ws)"` from any directory.
echo "${CARE_WORKSPACE:-$HOME/Development/care-workspace}"
