mirror of
https://github.com/fluencelabs/examples
synced 2025-06-25 15:51:33 +00:00
4 lines
62 B
Bash
4 lines
62 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
(cd producer; ./build.sh)
|
||
|
(cd consumer; ./build.sh)
|