mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 10:37:31 +00:00
6 lines
90 B
Twig
6 lines
90 B
Twig
|
#!/usr/bin/env bash
|
||
|
|
||
|
[[ -f composer.json && ! -d vendor ]] && composer install
|
||
|
|
||
|
eval "$@"
|