#!/bin/bash echo "resetting device .." echo $1 > /dev/ttyACM0 echo "waiting for device to enumerate .." sleep 4 exit 0