diff options
Diffstat (limited to 'mnv/runtime/tools/ref')
| -rwxr-xr-x | mnv/runtime/tools/ref | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mnv/runtime/tools/ref b/mnv/runtime/tools/ref new file mode 100755 index 0000000000..7da6b069f3 --- /dev/null +++ b/mnv/runtime/tools/ref @@ -0,0 +1,11 @@ +#!/bin/sh +# +# ref - Check spelling of the arguments +# +# Usage: ref word .. +# +# can be used for the K command of MNV +# +spell <<EOF +$* +EOF |
