pipzip.rexx 308 B

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