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