fish: <! cmd executes a shell command and inlines the resulting commands.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 18 Jan 2011 11:46:03 +0000 (11:46 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 18 Jan 2011 13:16:28 +0000 (13:16 +0000)
commitc3887285abbb3606822626ba396a51cb5df80d43
tree6710d2b44d0cd9268ad78fc7718b7c4483a63575
parent61a4db138e4f85033c655bf6b24df0949683c24c
fish: <! cmd executes a shell command and inlines the resulting commands.

The new guestfish construct "<! cmd" executes the shell command
"cmd", and then anything printed to stdout by "cmd" is parsed
and executed as a guestfish command.

This allows some very hairy shell scripting with guestfish.
fish/fish.c
fish/guestfish.pod