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

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