Show etags.sh syntax highlighted
#!/bin/bash
web_app_dir=../../../phpwebapp/web_app/
find $web_app_dir \
-name '*.php' -o -name '*.js' -o -name '*.html' -o -name '*.db' \
| etags --output=WEB_APP_ETAGS \
--language=none \
--regex=@web_app.etags \
-
find ../.. \
-name '*.php' -o -name '*.js' -o -name '*.html' -o -name '*.db' \
| etags --output=APP_ETAGS \
--language=none \
--include=WEB_APP_ETAGS \
--regex=@web_app.etags \
-
See more files for this project here
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
etags.sh
web_app.etags