php-ext-xlswriter/library/libexpat/expat/run.sh.in

13 lines
181 B
Bash
Raw Normal View History

2024-03-05 10:01:08 +08:00
#! /usr/bin/env bash
# Copyright (C) 2017 Expat development team
# Licensed under the MIT license
case "@host@" in
*-mingw*)
exec wine "$@"
;;
*)
exec "$@"
;;
esac