view scripts/uninstall.sh @ 56:6059b4e22d47 default tip

almost fix to front
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 28 May 2025 16:02:27 -0600
parents c433b19a8dfa
children
line wrap: on
line source

#!/bin/bash

set -e
rm -f /usr/local/bin/luan_editor
cd `dirname $0`
echo "luan_editor has been uninstalled"
echo "you can now delete `pwd`"