Added default run config
This commit is contained in:
parent
6b5985febf
commit
8693d1463d
1 changed files with 10 additions and 0 deletions
10
run.bash
Normal file
10
run.bash
Normal 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
|
Loading…
Reference in a new issue