view scripts/uninstall.sh @ 70:f4e393a13d59 default tip

no find toggle
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 10 Jun 2025 22:34:24 -0600
parents a4a97e8c204f
children
line wrap: on
line source

#!/bin/bash
set -e

rm -f /usr/local/bin/luan_editor
echo "luan_editor has been uninstalled"