#!/bin/bash

set -e

go run $(dirname $0)/../main.go "$@"
