From 8693d1463deb6e8f484bb7f9a633bc50802435d3 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Wed, 14 Feb 2024 23:53:32 +0100 Subject: [PATCH] Added default run config --- run.bash | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 run.bash 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