Files
weave-scope/extras/build_on_circle.sh
Jonathan Lange 7cc829e463 What's tracer?
2016-07-07 15:02:26 +01:00

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