view luan/uninstall.sh @ 29:f83fbf2b6d4f

block openai scraper
author Violet7
date Tue, 19 May 2026 01:55:47 -0700
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`"