6 lines
178 B
Bash
Executable File
6 lines
178 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Start weather_station software
|
|
/usr/bin/python3 /home/marcel/ham/weather_station/weather_station_rs485_client.py -c /home/marcel/ham/weather_station/config.yml &
|
|
|