mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# shellcheck disable=SC1091
|
|
source /var/run/weave/scope-probe.args
|
|
|
|
exec -a scope-probe /home/weave/scope --mode probe "${ARGS[@]}"
|