summaryrefslogtreecommitdiffstats
path: root/fish/events.c
Commit message (Collapse)AuthorAgeFilesLines
* fish: Allow events to be processed in guestfish.Richard W.M. Jones2011-12-161-0/+272
Add 'event', 'list-events' and 'delete-event' commands so that event handlers can be registered, listed and deleted in guestfish. The event handler is a shell script snippet or host command. Cc: Pádraig Brady <P@draigBrady.com>