projects
/
KiwiIRC.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
New IRC connection - don't send redundant con_num to client on connection error
[KiwiIRC.git]
/
kiwi
Commit
Line
Data
f74d73b7
D
1
#!/bin/sh
2
basedir=`dirname "$0"`
3
4
case `uname` in
5
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
6
esac
7
e73a190b
8
node $basedir/server/server.js "$@"
f74d73b7
D
9
ret=$?
10
11
exit $ret