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