UNPKG
hosh-node-expat
Version:
latest (2.6.1-hosh)
2.6.1-hosh
2.6.0-hosh
NodeJS binding for fast XML parsing.
github.com/hosh/node-expat
hosh/node-expat
hosh-node-expat
/
deps
/
libexpat
/
run.sh.in
13 lines
(11 loc)
•
181 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/env bash
# Copyright (C) 2017 Expat development team
# Licensed under the MIT license
case
"@host@"
in
*-mingw*)
exec
wine
"
$@
"
;; *)
exec
"
$@
"
;;
esac