mirror of
https://github.com/opdavies/build-configs.git
synced 2025-05-22 09:20:19 +01:00
7 lines
115 B
Twig
7 lines
115 B
Twig
#!/usr/bin/env bash
|
|
|
|
# {{ managedText|raw }}
|
|
|
|
[[ -f composer.json && ! -d vendor ]] && composer install
|
|
|
|
eval "$@"
|