comparison luan/uninstall.sh @ 0:dfc36e7ed22c

init
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 12 May 2022 13:51:59 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:dfc36e7ed22c
1 set -e
2 rm -f /usr/local/bin/luan
3 cd `dirname $0`
4 echo "luan has been uninstalled"
5 echo "you can now delete `pwd`"