#!/bin/bash -l set -e if [ "$#" -eq 0 ]; then exec ai_dashboard --help else exec "$@" fi