#!/usr/bin/env bash

# Compatibility shim. Clipboard history is now managed by instantCLI.
if [[ ${1-} == delete ]]; then
    exec ins clip clear
fi

exec ins clip --gui "$@"
