Mercurial Hosting > luan
view scripts/uninstall.sh @ 1688:5eb985d1411f
'http/serve.luan' now allows overriding port
author | Fox |
---|---|
date | Sat, 11 Jun 2022 21:14:19 +0200 |
parents | ffb47187f02f |
children | bda4ec615c5b |
line wrap: on
line source
set -e rm -f /usr/local/bin/luan cd `dirname $0` echo "luan has been uninstalled" echo "you can now delete `pwd`"