#!/bin/sh -efu

CUDDLEFISH_ROOT="/usr/lib64/chromeless"
export CUDDLEFISH_ROOT

"$CUDDLEFISH_ROOT/chromeless" "$@"
