#!/bin/sh

set -e

if [ -n "$HOTKEY" ]; then
    OPTS="$OPTS --hotkey $HOTKEY"
fi
