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