gzip.test (87B)
1 input() { 2 type ls 3 } 4 5 output() { 6 echo "ls is ls" 7 } 8 9 process() { 10 gzip -c - 11 }