Created
November 1, 2017 12:59
-
-
Save muhfaris/23f0b92a09e74563e3b1a5517dbac0f6 to your computer and use it in GitHub Desktop.
By pass prompt confirmation (y/n) in commnad line
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
(while sleep 3; do echo "y"; done) | execute app | |
example: | |
(while sleep 3; do echo "y"; done) | $ANDROID_HOME/tools/android update sdk -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment