1 1.1.1.1.12.2 snj #! /usr/bin/env bash 2 1.1.1.1.12.2 snj # Copyright (C) 2017 Expat development team 3 1.1.1.1.12.2 snj # Licensed under the MIT license 4 1.1.1.1.12.2 snj 5 1.1.1.1.12.2 snj case "@host@" in 6 1.1.1.1.12.2 snj *-mingw*) 7 1.1.1.1.12.2 snj exec wine "$@" 8 1.1.1.1.12.2 snj ;; 9 1.1.1.1.12.2 snj *) 10 1.1.1.1.12.2 snj exec "$@" 11 1.1.1.1.12.2 snj ;; 12 1.1.1.1.12.2 snj esac 13