view scripts/uninstall.sh @ 1727:63ab02188e9d

change priority
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 11 Aug 2022 13:11:53 +0200
parents ffb47187f02f
children bda4ec615c5b
line wrap: on
line source

set -e
rm -f /usr/local/bin/luan
cd `dirname $0`
echo "luan has been uninstalled"
echo "you can now delete `pwd`"