Page MenuHomeSealhub

hapi
No OneTemporary

#!/bin/sh
basedir=`dirname "$0"`
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../hapi/bin/hapi" "$@"
ret=$?
else
node "$basedir/../hapi/bin/hapi" "$@"
ret=$?
fi
exit $ret

File Metadata

Mime Type
text/x-shellscript
Expires
Sat, Oct 11, 11:37 (1 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
984306
Default Alt Text
hapi (266 B)

Event Timeline