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
28 lines
308 B
Rexx
Executable File
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|