You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-04 04:42:30 +03:00
7 lines
80 B
Bash
Executable File
7 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f buildFlags ]; then
|
|
echo "Build Flags: `cat buildFlags`"
|
|
fi
|
|
|