by adom
Convert STEP CAD files to color-preserving GLB models from the command line.
#!/bin/bash set -e rm -f "$HOME/.local/bin/step2glb" rm -rf "$HOME/.claude/skills/step2glb" echo "Uninstalled step2glb"