Skip to content

Instantly share code, notes, and snippets.

@jmfayard
Created February 2, 2018 12:59
Show Gist options
  • Select an option

  • Save jmfayard/a61088aa6c89acd2bdded351c19ac4ce to your computer and use it in GitHub Desktop.

Select an option

Save jmfayard/a61088aa6c89acd2bdded351c19ac4ce to your computer and use it in GitHub Desktop.
lolcat() {
FILE="$HOME/.config/androidpackage.txt"
echo "Reading ${FILE}"
export PACKAGE=$( cat ${FILE} )
adb devices
echo pidcat $1 $2 $PACKAGE
sleep 2
pidcat $1 $2 $PACKAGE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment