From e8519f954d4222754034fc6c254cf948366c225d Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Tue, 25 Dec 2012 01:05:24 +0100 Subject: [PATCH] Linux startup async I/O script --- start.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 000000000..ee771133f --- /dev/null +++ b/start.sh @@ -0,0 +1,3 @@ +#!/bin/bash +php server.php & +cat>console.in \ No newline at end of file