/[gedafe]/trunk/network_topology/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/network_topology/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Mon Feb 14 20:58:20 2005 UTC (19 years, 1 month ago) by dpavlin
File size: 235 byte(s)
my own application about Network Topology

1 all:
2 @echo "usage: [db]"
3
4 db_name=network_topology
5
6 db:
7 pg_dump --column-inserts --data-only ${db_name} > data.sql
8 dropdb ${db_name}
9 createdb ${db_name}
10 psql -q ${db_name} flow < ${db_name}.sql
11 psql -q ${db_name} flow < data.sql

  ViewVC Help
Powered by ViewVC 1.1.26