/editor-wrapper

Simple wrapper to $EDITOR

Primary LanguageMakefileISC LicenseISC

edit

Simple wrapper script for keeping your hands friendly. It just exec's $EDITOR if set. Otherwise it fallbacks to vi command, which is standard editor.

Installation

Set your variables in Makefile and just run:

make

# if necessary as root
make install

Or optionally place edit.sh in your $PATH manually.

Copying

Licensed under ISC License. See file COPYING for details.