[Groonga-commit] droonga/express-droonga at bf9cd0e [master] Add launcher for the protocol adapter

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Mar 28 14:08:14 JST 2014


YUKI Hiroshi	2014-03-28 14:08:14 +0900 (Fri, 28 Mar 2014)

  New Revision: bf9cd0e77f12fc6f3c17b39b190ad14123e1c212
  https://github.com/droonga/express-droonga/commit/bf9cd0e77f12fc6f3c17b39b190ad14123e1c212

  Message:
    Add launcher for the protocol adapter

  Added files:
    bin/droonga-protocol-adapter

  Added: bin/droonga-protocol-adapter (+9 -0) 100755
===================================================================
--- /dev/null
+++ bin/droonga-protocol-adapter    2014-03-28 14:08:14 +0900 (8afbff3)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+set -u
+
+root_dir=$(cd $(dirname $0)/.. && pwd)
+cd $root_dir
+
+exec node application.js "$@"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index