92ff91b989
create-world.sh and drop-world.sh are now autogenerated by the configure script, as they need to hold some paths set by that script. Signed-off by Gergely POLONKAI <polesz@w00d5t0ck.info>
9 lines
234 B
Bash
9 lines
234 B
Bash
#! /bin/bash
|
|
|
|
sqlite3 "@localstatedir@"/iminiru.db < sql/planes.sql
|
|
sqlite3 "@localstatedir@"/iminiru.db < sql/planets.sql
|
|
sqlite3 "@localstatedir@"/iminiru.db < sql/rooms.sql
|
|
|
|
sqlite3 "@localstatedir@"/iminiru.db < iminiru/data.sql
|
|
|