view scripts/uninstall.sh @ 1964:593ebfad2ef4 default tip

fix undo
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 06 Jun 2025 19:19:36 -0600
parents bda4ec615c5b
children
line wrap: on
line source

#!/bin/bash

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