Integrating frontend/sh_on_named_pipes.sh into docs and delivery system
This commit is contained in:
@ -174,6 +174,9 @@ In particular it connects to xorriso via two pipes, sends commands, waits
|
||||
for all replies of a command, picks info out of the xorriso message sieve,
|
||||
and parses reply message lines into words.
|
||||
|
||||
The bash script frontend/sh_on_named_pipes.sh forks a xorriso process and
|
||||
operates it via two named pipes which it creates.
|
||||
|
||||
|
||||
Drives and Disk File Objects
|
||||
|
||||
|
@ -238,6 +238,7 @@ copy_files \
|
||||
frontend/frontend_pipes_xorriso.c \
|
||||
frontend/README-tcltk \
|
||||
frontend/xorriso-tcltk \
|
||||
frontend/sh_on_named_pipes.sh \
|
||||
"$lone_dir"/frontend
|
||||
|
||||
|
||||
|
@ -336,6 +336,8 @@ EXTRA_DIST = \
|
||||
doc/startup_file.txt \
|
||||
frontend/frontend_pipes_xorriso.c \
|
||||
frontend/README-tcltk \
|
||||
frontend/xorriso-tcltk \
|
||||
frontend/sh_on_named_pipes.sh \
|
||||
libisofs/aaip-os-dummy.c \
|
||||
libisofs/aaip-os-linux.c \
|
||||
libisofs/aaip-os-freebsd.c \
|
||||
|
Reference in New Issue
Block a user