mirror of
https://github.com/fluencelabs/examples
synced 2025-05-12 02:47:13 +00:00
4 lines
62 B
Bash
Executable File
4 lines
62 B
Bash
Executable File
#!/bin/sh
|
|
|
|
(cd producer; ./build.sh)
|
|
(cd consumer; ./build.sh) |