Bash CD || Wyjście
cd "$foo" || { echo "Error xyz"; exit 1; }
AttractivePenguin
cd "$foo" || { echo "Error xyz"; exit 1; }