How to execute command with bash script inside Ubuntu, which was started with bash script?
for example with ssh I'm accessing ubuntu. How to run command inside opened ubuntu. If I write it in bash script after ssh command it will get executed as soon as I exit out of this environment.
How to execute bash script inside this environment?