Similar question related to Batch script has an answer. But I need same in shell script.
相关问题
- How to get the return code of a shell script in lu
- Invoking Mirth Connect CLI with Powershell script
- xcopy include folder
- Batch file if string starts by
- Jenkins - cmd is not recognized
相关文章
- 使用2台跳板机的情况下如何使用scp传文件
- In IntelliJ IDEA, how can I create a key binding t
- shell中反引号 `` 赋值变量问题
- How get the time in milliseconds in FreeBSD?
- Launch interactive SSH bash session from PHP
- Generate disk usage graphs/charts with CLI only to
- Extracting columns from text file using Perl one-l
- How can I create a small IDLE-like Python Shell in
Just launch your jar adding a & at the end Example :
If you want the jar keep running after closing the terminal, use nohup :
I use it in a project, works like a charm.