From 7230f12bc7e4a61f86bd3b29590cea3664eebfbd Mon Sep 17 00:00:00 2001 From: Chad Huneycutt Date: Sat, 18 Aug 2001 18:08:20 +0000 Subject: added some easier-to-remember names for e3 for the build image only. I don't want to interfere with vim or emacs or pico otherwise. --- app-editors/e3/files/vi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app-editors/e3/files/vi (limited to 'app-editors/e3/files/vi') diff --git a/app-editors/e3/files/vi b/app-editors/e3/files/vi new file mode 100644 index 000000000000..932ba7950bea --- /dev/null +++ b/app-editors/e3/files/vi @@ -0,0 +1,17 @@ +#!/bin/sh + +E3=/usr/bin/e3 +whichE3=${E3}vi + +if [ -f ${E3} ]; then + if [ -f ${whichE3} ]; then + for i in $@ + do + ${whichE3} $i + done + else + echo ${whichE3}: file does not exist + fi +else + echo "${E3}: file does not exist" +fi -- cgit v1.2.3-65-gdbad