#!/bin/sh

base_dir=$(dirname "$0")

exec python "$base_dir/gcl.py" "$@"