#!/bin/bash
set -e

BIN=$(dirname $0)
$BIN/run-class vct.options.BashCompletion "$@"
