#!/bin/sh -e
# SPDX-License-Identifier: WTFPL
# shellcheck enable=

printf "\033_%s\033\\" "$*"
# or:
# printf "\033]0;%s\020" "$*"
