Mercurial Hosting > hghosting
view luan/uninstall.sh @ 28:cfedb3f6cbac default tip
prevent infinite .0s at end of log backup filenames
| author | Violet7 |
|---|---|
| date | Mon, 23 Feb 2026 18:08:44 -0800 |
| parents | b14073ab9d07 |
| 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`"
