1 2 3 4 5 6 7 8 9
#!/bin/bash echo "resetting device .." echo $1 > /dev/ttyACM0 echo "waiting for device to enumerate .." sleep 4 exit 0