mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
By naively using echo and cat to print to serialize/deserealize arguments we were garbling arguments with special characters and whitespaces
6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source /var/run/weave/scope-probe.args
|
|
|
|
exec -a scope-probe /home/weave/scope --mode probe "${ARGS[@]}"
|