01/01OS/01OS/clients/start.sh

7 lines
139 B
Bash

DEVICE=$(uname -n)
if [[ "$DEVICE" == "rpi" ]]; then
python -m 01OS.clients.rpi.device
else
python -m 01OS.clients.macos.device
fi