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