comparison scripts/uninstall.sh @ 65:a4a97e8c204f

mac build
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 06 Jun 2025 00:29:38 -0600
parents 855669ece914
children
comparison
equal deleted inserted replaced
64:1c68552e8ac2 65:a4a97e8c204f
1 #!/bin/bash 1 #!/bin/bash
2 set -e 2 set -e
3 3
4 rm -f /usr/local/bin/luan_editor 4 rm -f /usr/local/bin/luan_editor
5 cd `dirname $0`
6 echo "luan_editor has been uninstalled" 5 echo "luan_editor has been uninstalled"
7 echo "you can now delete `pwd`"