| #!/bin/sh | |
| set -e | |
| shellcheck \ | |
| --source-path=SCRIPTDIR \ | |
| ./bin/ci-test \ | |
| ./bin/docker-dev-shell \ | |
| ./bin/lint \ | |
| ./*/helpers/*/build \ | |
| ./*/helpers/build \ | |
| ./*/script/* \ | |
| ./script/_common \ | |
| ./script/build \ | |
| ./script/ci-test-updater \ | |
| ./script/dependabot \ | |
| ./script/generate-coverage-report \ | |
| ./script/setup \ | |
| ./script/updater-e2e \ | |
| ./updater/bin/run \ | |
| "$@" | |
| bin/rubocop | |