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