comparison scripts/uninstall.sh @ 60:855669ece914

start mac installer
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 04 Jun 2025 22:24:57 -0600
parents c433b19a8dfa
children a4a97e8c204f
comparison
equal deleted inserted replaced
59:824f6d74b1d4 60:855669ece914
1 #!/bin/bash 1 #!/bin/bash
2 set -e
2 3
3 set -e
4 rm -f /usr/local/bin/luan_editor 4 rm -f /usr/local/bin/luan_editor
5 cd `dirname $0` 5 cd `dirname $0`
6 echo "luan_editor has been uninstalled" 6 echo "luan_editor has been uninstalled"
7 echo "you can now delete `pwd`" 7 echo "you can now delete `pwd`"