#!/bin/bash case "$1" in GPRS) /sbin/service bluetooth start /usr/bin/rfcomm bind 0 00:0F:DE:BD:4E:29 1 ;; esac