view 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
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`"