Code Search for Developers
 
 
  

get_url.sh from SME Web Application Framework at Krugle


Show get_url.sh syntax highlighted

#!/bin/bash
### finds and outputs the repository url

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

. svn_dir.txt
if [ -d $svn_dir ]
then
  url=$(svn info $svn_dir | grep 'URL:' | gawk '{print $2}')
  echo $url
else
  echo ''
fi




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