Mercurial Hosting > editor
view scripts/uninstall.sh @ 61:2bad9a272edc
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 04 Jun 2025 23:15:01 -0600 |
parents | 855669ece914 |
children | a4a97e8c204f |
line wrap: on
line source
#!/bin/bash set -e rm -f /usr/local/bin/luan_editor cd `dirname $0` echo "luan_editor has been uninstalled" echo "you can now delete `pwd`"