aboutsummaryrefslogtreecommitdiff
path: root/tcwg-base/build.sh
blob: 8ed9a7ef34c171208d85e84a8d4765102d158a34 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

#
top=$(git rev-parse --show-toplevel)

for i in $top/*-tcwg-base/; do
    (cd $i; ./build.sh)
done