#!/bin/sh

BINARY_NAME="senile"
HERE="$(dirname "$(readlink -f "${0}")")"

exec "$HERE/usr/bin/$BINARY_NAME" "$@"

