mirror of
https://github.com/MariaDB/server.git
synced 2025-08-26 01:44:06 +03:00
9 lines
85 B
Bash
Executable File
9 lines
85 B
Bash
Executable File
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
just_clean=1;
|
|
|
|
. "$path/FINISH.sh"
|