view scripts/uninstall.sh @ 1991:53793a4dbd15

Ai change
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 01 Jul 2025 14:04: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)"