Skip to content

Instantly share code, notes, and snippets.

@alexkolson
Created December 21, 2010 21:20
Show Gist options
  • Save alexkolson/750633 to your computer and use it in GitHub Desktop.
Save alexkolson/750633 to your computer and use it in GitHub Desktop.
ruleset a369x122 {
meta {
name "kynetx-desktop-endpoint-driver"
description <<
kynetx-desktop-endpoint-driver
>>
author "AKO"
// Uncomment this line to require Marketplace purchase to use this app.
// authz require user
logging off
}
global {
}
rule send {
select when desktop say_hello
{
send_directive("go") with msg = "Hello, Monkey!";
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment