7 lines
87 B
Bash
7 lines
87 B
Bash
#!/bin/sh
|
|
|
|
echo "prepare environment"
|
|
|
|
echo "start remark42 server"
|
|
/srv/remark server
|