Files
ryobi-crawler/bin/cli
Krzysztof Płaczek 85e32554ef Add bin/ commands
2024-11-26 09:57:16 +01:00

3 lines
120 B
Bash
Executable File

#!/usr/bin/env bash
[ -z "$1" ] && echo "Please specify a CLI command (ex. ls)" && exit
docker compose exec php-app "$@"