mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-19 21:39:26 +00:00
6 lines
144 B
Bash
Executable File
6 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
./in_parallel.sh "make RM=" "$(find . -maxdepth 2 -name "./*.go" -printf "%h\n" | sort -u | sed -n 's/\.\/\(.*\)/\1\/\1/p')"
|