view scripts/uninstall.sh @ 1982:0f59713aeaeb

fix copy and paste
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 27 Jun 2025 22:27:40 -0600
parents 750a1d74d3c1
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)"