Plagger::Plugin::Notify::Command - Execute arbitrary command or script when you
have an updated feed
- module: Notify::Command
config:
command: /path/to/script
This plugin executes arbitrary command using Perl system() function, when
you have an updated feed. Specified command is executed only once when your
entire subscription has an updated feed.
- command
-
command: echo "Hello World"
Specify the path of command (and arguments to the command) to
execute. The command is executed using Perl's system function, so
it would use shell.