/[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

Annotation of /trunk/schemaSpy/update.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 43 - (hide annotations)
Thu Jan 18 22:04:46 2007 UTC (17 years, 4 months ago) by dpavlin
File MIME type: application/x-sh
File size: 517 byte(s)
remove confusing external links
1 dpavlin 42
2 dpavlin 43 dir=../share/web/static
3 dpavlin 42
4 dpavlin 43 test -e $dir || exit 1
5    
6     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>'
7    
8     # remove extra links to sourcefourge.net which seem to confuse my students :-)
9     perl -p -i -n -e 's/<(a|li|td|tr|span).+sourceforge.net.+\1>//ig' $dir/spy/*/*.html $dir/spy/*/*/*.html
10     perl -p -i -n -e 's/Please.+this project//i' $dir/spy/*/*.html $dir/spy/*/*/*.html

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26