You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
# Copy and remotely execute a binary on the marlin device.
|
|
#
|
|
# For this to work, the corresponding adb_marlin wrapper
|
|
# must exist to tell adb the serial number of the device.
|
|
|
|
GOOS="android" GOARCH="arm64" exec go_target_exec marlin "$@"
|