#!/bin/bash
# uninstall.sh for adom-symbol (app).
set -euo pipefail

rm -f "${HOME}/.local/bin/adom-symbol"
echo "Uninstalled adom-symbol"