Mercurial Hosting > editor
view scripts/uninstall.sh @ 52:3f4c3722b78b default tip
.luan_editor dir
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 24 May 2025 16:25:55 -0600 |
parents | c433b19a8dfa |
children |
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`"