4 lines
55 B
Bash
4 lines
55 B
Bash
|
#!/bin/env sh
|
||
|
|
||
|
java -jar jenkins.war --httpPort=8080 &
|