wether station gui client
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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 &