mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
5 lines
62 B
Bash
5 lines
62 B
Bash
#! /bin/sh
|
|
|
|
args=" $*"
|
|
|
|
wine --debugmsg -all -- mwldnlm $args
|