#!/bin/bash
#                 /usr/local/bin/vib
# http://crystalfaeries.net/posix/bin/vib
# celeste:crystalfaery 2014-09-12 15:36:26+00:00
# vib is a shell wrapper to create backups for the files edited with vi(m)
for file in $@
do
	cp -p	"$file"{,-}
done
vi	$@


syntax highlighted by Code2HTML, v. 0.9.1