#!/bin/sh

# A script to execute the proto converter like an ordinary executable

java -jar Proto.jar $*
