Created
February 2, 2018 12:59
-
-
Save jmfayard/a61088aa6c89acd2bdded351c19ac4ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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