mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 18:37:32 +00:00
8 lines
117 B
Twig
Executable file
8 lines
117 B
Twig
Executable file
#!/usr/bin/env bash
|
|
|
|
# {{ managedText | raw }}
|
|
|
|
[[ -f composer.json && ! -d vendor ]] && composer install
|
|
|
|
eval "$@"
|