Mercurial Hosting > luan
view scripts/uninstall.sh @ 1824:92860f763715
smtpcorp change
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 19 Aug 2024 19:34:24 -0400 |
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`"