blob: f22998b7b6d4756649773f0c3d6d68700a25fec8 [file] [log] [blame]
sewardj3b290482011-05-06 21:02:55 +00001#! /bin/sh
2
3# A filter filtering everything.
4
5# To still allow to see what is happening, the content
6# is copied to a file, together with date and process.
7
8ps -lf -p $PPID >> garbage.filtered.out
9date >> garbage.filtered.out
10cat >> garbage.filtered.out