/[health_html]/fix.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 /fix.sh

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

revision 1.5 by ravilov, Thu Aug 30 16:35:36 2001 UTC revision 1.6 by ravilov, Wed Sep 19 12:23:56 2001 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  DIRS="img/news img/bolesti templates_c"  DIRS="img/news img/bolesti img/autori pdf templates_c med/templates_c"
3  LINKS=". edit"  LINKS=". edit
4    . med/edit
5    ../index.html img/bolesti/index.html
6    ../index.html img/autori/index.html
7    ../index.html img/news/index.html
8    ../img/index.html pdf/index.html
9    ../pdf med/pdf
10    ../inc med/inc
11    ../fonts med/fonts
12    ../js med/js
13    ../img/news med/img/news
14    ../img/bolesti med/img/bolesti
15    ../img/autori med/img/autori
16    ../../templates/edit.tpl med/templates/edit.tpl
17    ../../templates/links.tpl med/templates/links.tpl
18    ../../templates/wrapper.tpl med/templates/wrapper.tpl
19    ../../templates/print.tpl med/templates/print.tpl
20    ../../templates/footer.tpl med/templates/print.tpl
21    ../index.php med/index.php
22    ../legal.php med/legal.php
23    ../verdanab.ttf med/verdanab.ttf
24    ../button.php med/button.php"
25  # -------------  # -------------
26    cd "`dirname "${0}"`"
27  echo -n "Creating dirs:"  echo -n "Creating dirs:"
28  for i in ${DIRS}  for i in ${DIRS}
29  do  do

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26