view scripts/uninstall.sh @ 1839:908a43d14206

add Http.link_to_domain
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 30 Jan 2025 18:14:15 -0700 (4 weeks ago)
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`"