view luan/uninstall.sh @ 22:e65668ff8822 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 08:21:43 -0600
parents b14073ab9d07
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`"