简体   繁体   中英

How to run unstop jar in shell script

I have a jar I am running this on shell script but I want whenever I close my terminal it will work.I tried to find it but didn't get any answer.Please help me to solve the issue.

Thanks in advance.

If this is on linux then, I think you want nohup .

If you use bash, see this answer to use the bash builtin disown .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM