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

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

