mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
27 lines
308 B
Rexx
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|