Files
weave-scope/extras/build_on_circle.sh
2020-12-30 18:30:34 +00:00

6 lines
143 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')"