BSD and expact license modified
[KiwiIRC.git] / kiwi
... / ...
CommitLineData
1#!/bin/sh
2basedir=`dirname "$0"`
3
4case `uname` in
5 *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
6esac
7
8node $basedir/server/helpers/launcher.js "$@"
9ret=$?
10
11exit $ret