#!/bin/sh echo rootme | devel-su -c "/sbin/stop bme" sleep 10; echo rootme | devel-su -c "/sbin/start bme" exit 0;