5 lines
86 B
Bash
5 lines
86 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
spawn-fcgi -p 8000 -n "@COMPILED_BINARIES_PATH@"/concordia_server_process
|
||
|
|