Mercurial Hosting > luan
view scripts/uninstall.sh @ 1886:03a8924fe9bc
swing
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 09 Apr 2025 08:56:54 -0600 |
parents | bda4ec615c5b |
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`"