#!/usr/bin/env bash

if [ -n "${DEBUG:-}" ]; then
  echo "🙈" "$@"
fi
