mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# shellcheck disable=SC1091
|
|
. ./config.sh
|
|
|
|
../tools/integration/run_all.sh "$@"
|