mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 21:47:35 +00:00
6 lines
129 B
Bash
Executable file
6 lines
129 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# shellcheck source=bin/_config.sh
|
|
source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"
|
|
|
|
_docker_compose "$@"
|