Mercurial Hosting > luan
view scripts/uninstall.sh @ 2033:905a6ade55f2 default
change corePoolSize from 1 to 10
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Tue, 04 Nov 2025 13:30:21 -0700 |
| parents | 750a1d74d3c1 |
| 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)"
