Mercurial Hosting > luan
annotate scripts/uninstall.sh @ 2036:2740f8a9ba3a acme-tiny tip
First test prototype (also convert spaces to tabs and remove *.orig files)
| author | Violet7 |
|---|---|
| date | Wed, 05 Nov 2025 21:49:39 -0800 |
| parents | 750a1d74d3c1 |
| children |
| rev | line source |
|---|---|
| 1786 | 1 #!/bin/bash |
| 1970 | 2 set -e |
| 1786 | 3 |
| 1126 | 4 rm -f /usr/local/bin/luan |
| 1970 | 5 cd "$(dirname $0)" |
|
307
4bf49f0a46b3
improve build process
fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
parents:
diff
changeset
|
6 echo "luan has been uninstalled" |
| 1970 | 7 echo "you can now delete $(pwd)" |
