mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-11 18:40:17 +00:00
5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
(cd producer; ./build.sh)
|
||
|
(cd consumer; ./build.sh)
|