mirror of
https://github.com/uutils/coreutils
synced 2025-01-19 00:24:13 +00:00
Remove bad c/p
This commit is contained in:
parent
1055918c31
commit
bbb218c0e2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# There are three shells: the host's, adb, and termux. Only adb lets us run
|
# There are three shells: the host's, adb, and termux. Only adb lets us run
|
||||||
# commands directly on the emulated device, only termux provides a GNU
|
# commands directly on the emulated device, only termux provides a GNU
|
||||||
# environment on the emulated device (to e.g. run cargo). So we use adb to
|
# environment on the emulated device (to e.g. run cargo). So we use adb to
|
||||||
# launch termux, then to send keystrokes to it while it's ruMbdfhnRrVnning.
|
# launch termux, then to send keystrokes to it while it's running.
|
||||||
# This means that the commands sent to termux are first parsed as arguments in
|
# This means that the commands sent to termux are first parsed as arguments in
|
||||||
# this shell, then as arguments in the adb shell, before finally being used as
|
# this shell, then as arguments in the adb shell, before finally being used as
|
||||||
# text inputs to the app. Hence, the "'wrapping'" on those commands.
|
# text inputs to the app. Hence, the "'wrapping'" on those commands.
|
||||||
|
|
Loading…
Reference in a new issue