head	1.3;
access;
symbols;
locks;
comment	@# @;


1.3
date	2011.11.21.09.55.08;	author dunc;	state Exp;
branches;
next	1.2;

1.2
date	2007.12.30.22.12.45;	author dunc;	state Exp;
branches;
next	1.1;

1.1
date	98.02.01.23.42.17;	author dunc;	state Exp;
branches;
next	;


desc
@@


1.3
log
@grave elimination
@
text
@#!/bin/sh
j=$(basename $0)
if [ -z "$1" ];then
  echo "$j: Missing filename arg"
  exit 1
fi
mv -iv "$1" "$1.$j"
@


1.2
log
@Tolerate spaces in filenames
@
text
@d2 1
a2 1
j=`basename $0`
@


1.1
log
@Initial revision
@
text
@d7 1
a7 1
mv -iv $1 $1.$j
@
