view scripts/uninstall.sh @ 80:b0efa2236f11 default tip

elvish work
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 21 Jun 2025 23:36:34 -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"