#!/bin/sh mkdir -p /etc/mow cp ./etc/yolov5s.onnx /etc/mow/yolov5s.onnx cp ./etc/classes.txt /etc/mow/classes.txt cp ./.build-mow/mow /usr/bin/mow