Mercurial Hosting > editor
view scripts/uninstall.sh @ 59:824f6d74b1d4
use launcher
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 04 Jun 2025 18:21:45 -0600 |
parents | c433b19a8dfa |
children | 855669ece914 |
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`"