mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 11:25:33 +01:00
5 lines
90 B
Twig
Executable file
5 lines
90 B
Twig
Executable file
#!/usr/bin/env bash
|
|
|
|
[[ -f composer.json && ! -d vendor ]] && composer install
|
|
|
|
eval "$@"
|