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