head	2.1;
access;
symbols
	fourth_edition:2.1;
locks
	grog:2.1; strict;
comment	@# @;


2.1
date	97.12.07.08.34.53;	author grog;	state Exp;
branches;
next	1.1;

1.1
date	96.06.26.17.15.38;	author grog;	state Exp;
branches;
next	;


desc
@Remove .^H sequences from nroff output files
@


2.1
log
@Base second edition
@
text
@#!/bin/sh
sed 's:.::g'@


1.1
log
@Initial revision
@
text
@@
