5 lines
133 B
Bash
5 lines
133 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm html/database.db
|
||
|
sqlite3 database.db '.dump pbs_drug pbs_prescriber_type pbs_streamlined' | sqlite3 html/database.db
|