#!/bin/bash # Create build directory mkdir -p build cd build # Build project cmake .. make echo "Build complete! Run with: ./temp-monitor"