5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
|
|
#! /bin/sh
|
||
|
|
|
||
|
|
echo Creating fake Bugzilla tables
|
||
|
|
mysql -u root < bugzilla_tables.sql
|