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