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