#!/bin/bash

selfdir="$(dirname $(realpath ${BASH_SOURCE[0]}))"

exec "${selfdir}/../lib/canu/bin/canu" "$@"
