I apologize if this question has been asked before, I wasn't able to find anything with my exact query.
I have a rather lengthy script that needs to be run on a remote computer, and it takes about 3 - 5 minutes to finish executing, usually.
I'm trying to figure out if I can go out tonight: ssh in through my phone, run the command that calls the script and then, even if my phone connection goes down, will the script finish executing on the remote computer?
Thanks!