4 lines
62 B
Bash
Raw Normal View History

#!/bin/sh
(cd producer; ./build.sh)
(cd consumer; ./build.sh)