1#!/bin/sh
2
3# Start GUI Vim on a copy of the tutor file.
4
5# Usage: gvimtutor [xx]
6# See vimtutor for usage.
7
8exec `dirname $0`/vimtutor -g "$@"
9