source: current

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: 179 bytes
Line 
1#!/bin/sh
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
8psql -Atc "SELECT version FROM db_schema" $DB
Note: See TracBrowser for help on using the repository browser.