ARPM now supports plugins as well. The syntax is simple:
plugin_name="Sample plugin" plugin_desc="Sample plugin description..." plugin_com="command" plugin_exec() { echo "This is a sample plugin..."; } Feel free to make new plugins for ARPM.
Log in to post a comment.