UNPKG

node-expat

Version:

NodeJS binding for fast XML parsing.

13 lines (11 loc) 181 B
#! /usr/bin/env bash # Copyright (C) 2017 Expat development team # Licensed under the MIT license case "@host@" in *-mingw*) exec wine "$@" ;; *) exec "$@" ;; esac