:quote
main
- Quote variables in `dirname` to prevent word splitting - Use quotes around `$LINE` in `grep` to handle spaces - Quote `cd` paths to handle directories with spaces - Quote `docker compose` file argument to handle file names with spaces 🤖