mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-14 12:52:17 +00:00
7 lines
74 B
Bash
Executable File
7 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
mysql -u root < "@SETUP_SCRIPT_PATH@"
|
|
|
|
@BASH_CONTENT@ |