5 lines
109 B
Bash
5 lines
109 B
Bash
#/bin/sh
|
|
mkdir ~/.linux-web-console
|
|
nohup java -jar web-console.jar >$HOME/.linux-web-console/log.txt 2>&1&
|
|
|