6 lines
70 B
Bash
6 lines
70 B
Bash
#!/bin/sh
|
|
service nginx start &
|
|
cd /leanote/bin
|
|
bash run.sh &
|
|
/bin/sh
|