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

Diff of /trunk/schemaSpy/update.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 43 by dpavlin, Thu Jan 18 22:04:46 2007 UTC revision 110 by dpavlin, Mon Apr 9 21:54:06 2007 UTC
# Line 3  dir=../share/web/static Line 3  dir=../share/web/static
3    
4  test -e $dir || exit 1  test -e $dir || exit 1
5    
6    test -d $dir/spy || mkdir $dir/spy
7    
8  cat dbs.txt | xargs -i java -jar schemaSpy_3.1.1.jar -cp /usr/share/java/postgresql.jar -t pgsql -host localhost -u dpavlin -db {} -s public -o $dir/spy/{} -desc '<a href\="/">back to SQLSession</a>'  cat dbs.txt | xargs -i java -jar schemaSpy_3.1.1.jar -cp /usr/share/java/postgresql.jar -t pgsql -host localhost -u dpavlin -db {} -s public -o $dir/spy/{} -desc '<a href\="/">back to SQLSession</a>'
9    
10  # remove extra links to sourcefourge.net which seem to confuse my students :-)  # remove extra links to sourcefourge.net which seem to confuse my students :-)

Legend:
Removed from v.43  
changed lines
  Added in v.110

  ViewVC Help
Powered by ViewVC 1.1.26