by adom
KiCad symbol creator with interactive viewer and delivery to KiCad/Fusion 360
#!/bin/bash # uninstall.sh for adom-symbol (app). set -euo pipefail rm -f "${HOME}/.local/bin/adom-symbol" echo "Uninstalled adom-symbol"