#!/bin/bash
cd `dirname $0`
./adb kill-server
./adb start-server



