#!/bin/sh -eu
cd "$(dirname "$0")/../../opt/bolt-launcher"
exec ./bolt "$@"
