ACC SHELL

Path : /usr/bin/
File Upload :
Current File : //usr/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 "$@"

ACC SHELL 2018