comparison scripts/uninstall.sh @ 1126:ffb47187f02f

minor - uninstall.sh
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 26 Nov 2017 14:48:28 -0700
parents 9e9bb358b2df
children bda4ec615c5b
comparison
equal deleted inserted replaced
1125:442abdfff437 1126:ffb47187f02f
1 rm /usr/local/bin/luan 1 set -e
2 rm -f /usr/local/bin/luan
2 cd `dirname $0` 3 cd `dirname $0`
3 echo "luan has been uninstalled" 4 echo "luan has been uninstalled"
4 echo "you can now delete `pwd`" 5 echo "you can now delete `pwd`"