Skip to content

Instantly share code, notes, and snippets.

View mikemikhaylov's full-sized avatar

Mikhail Mikhailov mikemikhaylov

View GitHub Profile
@mikemikhaylov
mikemikhaylov / paste.sh
Last active November 7, 2022 08:47
Past file line by line to Android emulator via adb input text
#!/bin/bash
start=$(date +%s)
#EDIT to your value
export PATH=$PATH:/Users/mikhailmikhaylov/Library/Android/sdk/platform-tools/
echo Starting
#PUT content you want to paste here