8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||
|
|
||
|
[[ -f composer.json && ! -d vendor ]] && composer install
|
||
|
|
||
|
eval "$@"
|