4 lines
62 B
Bash
Executable File

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