mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-22 22:32:27 +00:00
5 lines
96 B
Bash
5 lines
96 B
Bash
#!/usr/bin/env bash
|
|
|
|
# delete the database
|
|
mysql -u root < /opt/hirs/scripts/common/db_drop.sql
|