mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
9 lines
88 B
Bash
Executable File
9 lines
88 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# stop on errors
|
|
set -e
|
|
|
|
args=" $*"
|
|
|
|
wine --debugmsg -all -- mwasmnlm $args
|