Show remove.sh syntax highlighted
#!/bin/sh
. ./modlist.sh
for modname in $FREEPBX_MODLIST
do
echo $modname
rm -fr $modname
done
See more files for this project here
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