2 lines
71 B
Bash
2 lines
71 B
Bash
|
#!/bin/sh
|
||
|
nohup java -jar mdevsys-1.0-SNAPSHOT.jar > console.log 2>&1 &
|