The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plagger::Plugin::Notify::Command - Execute arbitrary command or script when you have an updated feed

SYNOPSIS

  - module: Notify::Command
    config:
      command: /path/to/script

DESCRIPTION

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.

CONFIG

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.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger