mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
8 lines
73 B
Bash
Executable File
8 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
. ./config.sh
|
|
|
|
../tools/integration/run_all.sh "$@"
|