#!/bin/bash

DIR="$( dirname "$( realpath ${BASH_SOURCE[0]} )" )"
java -jar "$DIR/keyhub-cli.jar" "$@"
