mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 00:06:38 +00:00
7 lines
70 B
Bash
Executable File
7 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
(cd gateway && ./build.sh)
|
|
(cd watchdog && ./build.sh)
|
|
|
|
|