#!/bin/sh if [ "$1" = "-s" ] || [ "$1" = "--shell" ]; then shift exec bash $@ fi exec streamlit $@