mirror of
https://github.com/sismics/docs.git
synced 2024-11-16 19:27:56 +01:00
7 lines
107 B
Bash
7 lines
107 B
Bash
#!/bin/bash
|
|
|
|
# Your first command
|
|
/bin/jetty.sh run &
|
|
|
|
# Your second command
|
|
java -jar /opt/jetty/start.jar |