Mercurial Hosting > editor
view scripts/mac/uninstall.sh @ 63:f9ce379de456
add mac/build.sh
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 05 Jun 2025 10:50:14 -0600 |
| parents | 855669ece914 |
| children |
line wrap: on
line source
#!/bin/bash set -e rm -f /usr/local/bin/luan_editor echo "luan_editor has been uninstalled"
