mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
8 lines
87 B
Bash
Executable file
8 lines
87 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# stop on errors
|
|
set -e
|
|
|
|
args=" $*"
|
|
|
|
wine --debugmsg -all -- mwldnlm $args
|