how to send ctrl d with bash? #3160
-
|
I downloaded termux:widget to run a script to kill all termux processes, while adding my commands to the bash history. I made this script #!/bin/bash but after itself it leaves unclosed windows( I want it to close |
Beta Was this translation helpful? Give feedback.
Answered by
agnostic-apollo
Dec 29, 2022
Replies: 1 comment 2 replies
-
|
Run |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lockcher4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run
am startservice -n com.termux/.app.TermuxService -a com.termux.service_stopif you want to kill all termux sessions and tasks and exit the app.