Code Search for Developers
 
 
  

import.sh from freePBX at Krugle


Show import.sh syntax highlighted

#!/bin/sh

. ./modlist.sh

for modname in $FREEPBX_MODLIST
do
  echo $modname
  svn co https://amportal.svn.sourceforge.net/svnroot/amportal/modules/branches/$FREEPBX_MODBRANCH/$modname
done




See more files for this project here

freePBX

FreePBX is the most powerful GUI (Web Based) configuration tool for Asterisk. It provides everything that a standard legacy phone system can, plus a huge amount of new features. All documentation and information is avalable from http://www.freepbx.org

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

  _cache/
  .htaccess
  import.sh
  modlist.sh
  remove.sh
  status.sh
  update.sh