plugins
Directory actions
More options
Directory actions
More options
plugins
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
echo echo "To create your own plugins:" echo "" echo " - They need to be shell scripts. See the files under the 'scripts'" echo " folder for shell scripting examples." echo echo " - Your shell script must have a file name that ends with '.plugin'." echo " Ensure the name does not have any spaces in it. " echo echo " e.g. HelloWorld.plugin" echo echo " - Copy your plugin script to this folder: /scripts/plugins" echo