wether station gui client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

start.sh 139B

123456
  1. #!/bin/sh
  2. #
  3. BASEDIR=`dirname $0`
  4. rm -f $BASEDIR/messages.*
  5. /usr/bin/python3 $BASEDIR/smarthome.py 2> $BASEDIR/messages.err --display :0 &