mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
8 lines
85 B
Bash
Executable file
8 lines
85 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
just_clean=1;
|
|
|
|
. "$path/FINISH.sh"
|