diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-12-14 08:38:27 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-12-16 19:52:08 +0000 |
commit | 7123f0cab155c5c25ecae670677683001c1634ad (patch) | |
tree | 7163ed2d28473d9c659db356c90f16d56858ccd7 /.gitignore | |
parent | 3c9dfd1e95fae5c31df1fbcb6bdec2982a69a004 (diff) | |
download | libguestfs-7123f0cab155c5c25ecae670677683001c1634ad.tar.gz libguestfs-7123f0cab155c5c25ecae670677683001c1634ad.tar.xz libguestfs-7123f0cab155c5c25ecae670677683001c1634ad.zip |
fish: Allow events to be processed in guestfish.
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ fish/cmds.c fish/cmds_gperf.c fish/cmds_gperf.gperf fish/completion.c +fish/event-names.c fish/fish-cmds.h fish/guestfish fish/guestfish.1 |