Skip to content
Snippets Groups Projects
build.armhf.sh 87 B
#!/bin/bash

(cd gateway && ./build.armhf.sh) && \
  (cd watchdog && ./build.armhf.sh)