Added default run config

This commit is contained in:
Maximilian Giller 2024-02-14 23:53:32 +01:00
parent 6b5985febf
commit 8693d1463d

10
run.bash Normal file
View file

@ -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