forked from iarv/Meshtastic-Client
8 lines
129 B
Bash
8 lines
129 B
Bash
#!/bin/bash
|
|
cd /home/knud/Desktop/Meshtastic/Meshtastic_client || exit
|
|
set -a
|
|
source .envrc
|
|
set +a
|
|
python3 meshtastic_client.py
|
|
|