source: retry

Last change on this file was 4, checked in by David Owen <david.owen@…>, 14 years ago

Be more explicit about where the copyright applies

  • Property executable set to True
File size: 192 bytes
Line 
1#!/bin/bash
2
3# Copyright (c) 2012 David Owen <dsowen@fugue88.ws>
4# Licensed under the Academic Free License version 3.0.
5
6DB=$(cat db)
7
8dropdb $DB
9createdb $DB
10psql -1f base.sql $DB
11./upgrade
Note: See TracBrowser for help on using the repository browser.