android_mt6572_jiabo/external/zip/orig/cmsmvs/pipzip.rexx
2025-09-05 16:56:03 +08:00

27 lines
308 B
Rexx

/* 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