summaryrefslogtreecommitdiff
path: root/mnv/src/gmnvtutor
blob: 8d159a236bd9b81d22ee881153cd0f311a63a358 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

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

# Usage: gmnvtutor [xx]
# See mnvtutor for usage.

exec $(dirname $0)/mnvtutor -g "$@"