Not for everyone. Each programmer has their own appreciation of what is good coding music.
(From most influential to least)
# Tweak tap coordinates as you wish | |
function reactnativedev() { | |
adb shell input keyevent 82; | |
sleep 0.1; | |
adb shell input tap 150 1401; | |
sleep 0.1; | |
adb shell input tap 150 1401; | |
sleep 0.1; | |
adb shell input text "$1"; | |
sleep 0.1; |
Not for everyone. Each programmer has their own appreciation of what is good coding music.
(From most influential to least)