blob: 1c53ecc1f542e118a65dc6d3602fd4eec486eb7a [file] [log] [blame]
#!/bin/bash
# This wrapper runs adb with the serial number of the shamu device.
# Replace XXXXXXXX with the actual serial number of the device.
# This is just an example. Create one such wrapper for each Android
# device used for running Go tests.
exec adb -s XXXXXXXX "$@"