campo-sirio/zip/zip/cmsmvs/pipzip.rexx
alex f0d81ffd1c This commit was generated by cvs2svn to compensate for changes in r5402,
which included commits to RCS files with non-trunk default branches.

git-svn-id: svn://10.65.10.50/trunk@5403 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-10-20 15:51:36 +00:00

28 lines
308 B
Rexx
Executable File

/* PIPZIP REXX Rexx filter to use ZIP */
/* Author : George Petrov, 8 May 1995 */
parse arg opts
'callpipe *:',
'| specs w1 1 /./ n w2 n',
'| join * / /',
'| specs /zip 'opts'/ 1 1-* nw',
'| cms',
'| *:'
exit rc