source: start

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: 152 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
6pg_dump -f base.sql $(cat db)
Note: See TracBrowser for help on using the repository browser.