remove swap file
[swohoa] / README
1 This script downloads the latest version of the the mapfeed from
2 SWOHOA[1] and then converts it into an SQLite database.
3
4 1. Create the SQLite3 database
5
6 Use a command like:
7
8 $ sqlite3 ./swohoa.db
9
10 And then, once in SQLite, simply exit like:
11
12 sqlite> .exit
13
14 2. Export from SQLite3
15
16 sqlite3 ./swohao.db .dump > swohao.sql
17
18 [1] http://shewentofherownaccord.com/mapfeed
19

Benjamin Mako Hill || Want to submit a patch?