From b3552ffd1f9c1544fa521382f4b4022be103278f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 14 Aug 2012 09:18:34 +0000 Subject: Short comment explaining what rvi does git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@542 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- rvi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rvi') diff --git a/rvi b/rvi index 171ef24..c1f2d39 100755 --- a/rvi +++ b/rvi @@ -21,6 +21,9 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# wraper for rcs to edit files. Checks out a file, spawns an editor, and then +# commits the file again. + if ! [ -e "$1" ] ; then echo "$1 does not exist." >&2 exit 1 -- cgit v1.2.3