comparison scripts/uninstall.sh @ 1970:750a1d74d3c1

better build
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 12 Jun 2025 11:27:48 -0600
parents bda4ec615c5b
children
comparison
equal deleted inserted replaced
1969:c7585a196f32 1970:750a1d74d3c1
1 #!/bin/bash 1 #!/bin/bash
2 set -e
2 3
3 set -e
4 rm -f /usr/local/bin/luan 4 rm -f /usr/local/bin/luan
5 cd `dirname $0` 5 cd "$(dirname $0)"
6 echo "luan has been uninstalled" 6 echo "luan has been uninstalled"
7 echo "you can now delete `pwd`" 7 echo "you can now delete $(pwd)"