#!/bin/bash if [[ "$(basename $(pwd))" == "igniter" ]]; then cd .. ./stop cd igniter exit fi docker compose down