several commands on android #4354
Unanswered
sultan6233
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
putExtra(TermuxConstants.TERMUX_APP.RUN_COMMAND_SERVICE.EXTRA_ARGUMENTS, arrayOf("-c", "pkg install autossh -y\n" + commands[1]+"\n"+commands[2])+"\n")
i need to do two commands
pkg install autossh -y
AUTOSSH_POLL=10 AUTOSSH_FIRST_POLL=10 AUTOSSH_LOGLEVEL=7 autossh -M 0 -N -R $port:0.0.0.0:$localPort $username@$host
then enter the pasword
can someone help please?
Beta Was this translation helpful? Give feedback.
All reactions