9 lines
180 B
Bash
9 lines
180 B
Bash
#! /bin/sh
|
|
# Copyright (C) 2002, Earnie Boyd
|
|
# mailto:earnie@users.sf.net
|
|
# This file is a part of Minimal SYStem
|
|
# http://www.mingw.org/msys.html
|
|
# File: ex
|
|
|
|
exec vim -e "$@"
|