comparison scripts/uninstall.sh @ 50:c433b19a8dfa

start build
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 24 May 2025 10:01:57 -0600
parents
children
comparison
equal deleted inserted replaced
49:c17c5312e8de 50:c433b19a8dfa
1 #!/bin/bash
2
3 set -e
4 rm -f /usr/local/bin/luan_editor
5 cd `dirname $0`
6 echo "luan_editor has been uninstalled"
7 echo "you can now delete `pwd`"