#!/bin/bash if [ -d out ]; then rm -rf out fi mkdir out cd out cmake .. make -j4 cp -a universal_camera_sdk /mnt/c/Users/LIKE/Desktop/