5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#! /bin/sh
|
|
|
|
echo Creating fake Bugzilla tables
|
|
mysql -u root -p < bugzilla_tables.sql
|