mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-17 20:15:40 +02:00
Add all files we need to start the project. Only the `src` repository is missing and will be added later by additional pull requests.
7 lines
129 B
Bash
Executable File
7 lines
129 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# shellcheck source=bin/_config.sh
|
|
source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"
|
|
|
|
_docker_compose "$@"
|