mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
13 lines
187 B
Bash
Executable File
13 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
# Mount the scope repo:
|
|
# -v $(pwd):/go/src/github.com/weaveworks/scope
|
|
|
|
cd /go/src/github.com/weaveworks/scope
|
|
make deps
|
|
make app/scope-app
|
|
make probe/scope-probe
|
|
|