mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
6 lines
63 B
Text
6 lines
63 B
Text
|
#! /bin/sh
|
||
|
|
||
|
args=" $*"
|
||
|
|
||
|
wine --debugmsg -all -- mwasmnlm $args
|