Add bin/ commands

This commit is contained in:
Krzysztof Płaczek
2024-11-26 09:57:16 +01:00
parent ebd48cfbf6
commit 85e32554ef
3 changed files with 10 additions and 0 deletions

3
bin/cli Executable file
View File

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