Skip to content

Instantly share code, notes, and snippets.

@brzez
Created February 13, 2018 09:18
Show Gist options
  • Save brzez/d220996975d0c3b633e3b7b97c8fe27e to your computer and use it in GitHub Desktop.
Save brzez/d220996975d0c3b633e3b7b97c8fe27e to your computer and use it in GitHub Desktop.
#!/bin/bash
while true; do
read input
echo "Write $input"
adb shell input text $input
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment