Every now and then any developer faces the necessity to use shell scripts in Magento. Most often they use standard methods:
- Create a script file (for example, call it testscript.php and add it to app/code/community/Mynamespace/Mymodule/Model/) with the following content: Read more