#!/bin/sh

# invoke the scid executable
DIR="$(dirname "$0")"
exec "$DIR/../scid/scid" "$@"
