Your IP : 216.73.216.48


Current Path : /usr/X11R6/bin/
Upload File :
Current File : //usr/X11R6/bin/gvimtutor

#!/bin/sh

# Start GUI Vim on a copy of the tutor file.

# Usage: gvimtutor [xx]
# See vimtutor for usage.

exec `dirname $0`/vimtutor -g "$@"