4 lines
72 B
Bash
4 lines
72 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
sqlite3 "@localstatedir@"/iminiru.db < sql/drop-world.sql
|