Code Search for Developers
 
 
  

update_all.sh from SME Web Application Framework at Krugle


Show update_all.sh syntax highlighted

#!/bin/bash

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

### include the book_list
. ./book_list.sh

### update each book in the list
for ((i=0; i < ${#book_list[*]}; i++))
do
  book_id_lng=${book_list[$i]}
  ./update.sh $book_id_lng
done




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

  README
  book_list.sh
  commit-email.pl
  commit.sh
  commit_all.sh
  get_url.sh
  init.sh
  post-commit.tmpl
  sync.sh
  sync_all.sh
  txt_diff.sh
  update.sh
  update_all.sh