From 7123f0cab155c5c25ecae670677683001c1634ad Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 14 Dec 2011 08:38:27 +0000 Subject: fish: Allow events to be processed in guestfish. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 60ec8175..aab6cd0a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit