over/build-all.sh
2014-08-13 00:19:54 +02:00

10 lines
147 B
Bash
Executable file

#! /bin/zsh
# encoding: utf-8
for dir in ag core m serial
do
echo "Building Cython implementations in ${dir}"
cd "$dir"
./build.sh
cd ..
done