view scripts/uninstall.sh @ 2065:ffa02039a11a default tip

fix multipart content-type
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 18 Nov 2025 21:44:05 -0700
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)"