Code Search for Developers
 
 
  

tree.sh from SME Web Application Framework at Krugle


Show tree.sh syntax highlighted

#!/bin/bash
### generate a list of modules from the directory tree

### go to this directory
cd $(dirname $0)

### generate the tree of modules
#tree -d ../modules/ | gawk '$NF!="CVS"' > modules.txt
ls -R -1 ../modules/ \
   | egrep '(^\.\.|.*\.php)' \
   | sed -e 's#^\.\./modules/#+#' -e 's/:$//' -e '/^$/d' -e '/l10n/d' \
   > modules.txt




See more files for this project here

SME Web Application Framework

smewebapp intends to simplify the construction of web applications for informatization of the work of SME-s (small and medium enterprises), institutions, organizations etc.

Project homepage: http://sourceforge.net/projects/smewebapp
Programming language(s): JavaScript,PHP,Shell Script,XML
License: other

  UML_Model/
    UML_Model.xmi
    aktivitetet.png
    database_diagram.png
    database_fields.png
    modeli_biznesit.png
  etags/
    etags.sh
    web_app.etags
  external/
    README.txt
    doxygen.cfg
    phpdoc.sh
  uml_model_png/
    database_diagrams/
      magazina.png
      skema_llogjike.png
      tabelat_kryesore.png
      tabelat_ndihmese.png
    logical_design/
      buletinet.png
      buletinet_klasat.png
      koeficientet.png
      magazina.png
      modulet_kryesore.png
      rpt_punet.png
      shpenzimet.png
    usecase_diagrams/
      administratori.png
      financieri.png
      magazinieri.png
      normisti.png
      perdoruesit.png
      pronari.png
      teknologu.png
      user.png
  changes.txt
  conventions.txt
  creating-a-new-app.txt
  doc.txt
  misc-notes.txt
  modules.txt
  tree.sh
  uml_model.xmi