#!/bin/bash

cmd="$1"
shift

exec "$SNAP/usr/bin/$cmd" "$@"
