9 lines
183 B
Bash
9 lines
183 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.shtml
|
|
# File: view
|
|
|
|
exec vim -R "$@"
|