view scripts/uninstall.sh @ 63:f9ce379de456

add mac/build.sh
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 05 Jun 2025 10:50:14 -0600
parents 855669ece914
children a4a97e8c204f
line wrap: on
line source

#!/bin/bash
set -e

rm -f /usr/local/bin/luan_editor
cd `dirname $0`
echo "luan_editor has been uninstalled"
echo "you can now delete `pwd`"