codeigniter-setup-script/spark-exec
2025-04-02 16:45:49 +02:00

10 lines
156 B
Bash
Executable file

#!/bin/bash
if [[ "$(basename $(pwd))" == "igniter" ]]; then
cd ..
./art "$@"
cd igniter
exit
fi
docker compose exec -it app php spark $@