Core shell scripts available in BEdita
To call shell scripts point to bedita root folder (containing bedita-app, cake,...) and type:
./cake.sh [shell-script] [options]
on *nix systems (Linux, MacOSX,...) or
cake.bat [shell-script] [options]
on windows
For example: ./cake.sh bedita cleanup
- a common/quick way to remove compilations, cache, temporary files in general
To get all available shell scripts type:
./cake.sh help
To get help for a specific script type:
./cake.sh [shell-script] help
Core scripts
Here the main BEdita scripts
- bedita: general purpose main script, db operations, data import/export, modules enable/disable....
- addressbook: import/export addressobook items
- dbadmin: generic db operations
- gettext: create and merge gettext .po files (gettext php module is needed)
- mail: internal script to send newsletter/notifications - to use in cron jobs mainly
- newsletter: mass imports, mailgroup merge and other newsletter operations
- module: plug/unplug modules, generate schema for plugins - module plugins