diff --git a/run.bash b/run.bash new file mode 100644 index 0000000..75d67f6 --- /dev/null +++ b/run.bash @@ -0,0 +1,10 @@ +#!/bin/bash + +# Set the working directory +cd /home/pi/mash-sensor-tof-pc + +# Activate the Python virtual environment +source /home/pi/mash-sensor-tof-pc/.env/bin/activate + +# Run the Python script +python /home/pi/mash-sensor-tof-pc/src/simple_hue_counter.py