bugzilla-daemon at main.slony.info bugzilla-daemon at main.slony.info
Wed Aug 25 20:16:58 PDT 2010
http://www.slony.info/bugzilla/show_bug.cgi?id=153

           Summary: Include output from an executable.
           Product: Slony-I
           Version: devel
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: slonik
        AssignedTo: slony1-bugs at lists.slony.info
        ReportedBy: stuart at stuartbishop.net
                CC: slony1-bugs at lists.slony.info
   Estimated Hours: 0.0


I find it very useful to be able to use the shell to include chunks of slonik
script generated by scripts:

$ slonik <<EOM
`./preamble.py`
echo 'Do stuff';
EOM

Hello from preamble
Do stuff


It would be great if I did not have to use the shell to do the inclusion, and
instead if slonik supported the back tick syntax internally.

$ cat foo.sk
`./preamble.py`
echo 'Do stuff';
EOM
$ slonik foo.sk
Hello from preamble
Do stuff

-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Slony1-bugs mailing list