removed old scripts

Esse commit está contido em:
Jesse Laprade 2020-06-06 19:35:45 -04:00
commit 2d01a233ba
3 arquivos alterados com 0 adições e 11 exclusões

Ver arquivo

@ -2,11 +2,6 @@
rodo is a todo-list program for the command line.
Todo:
- [ ] Update the `README.md` to match the new `Makefile`
- [ ] Remove `install.sh` and `uninstall.sh` scripts after the `README.md` is updated
# Screenshot
![](screenshot.gif)

Ver arquivo

@ -1,4 +0,0 @@
#!/bin/sh
cd src
raco exe rodo.rkt
mv rodo /usr/local/bin

Ver arquivo

@ -1,2 +0,0 @@
#!/bin/sh
rm /usr/local/bin/rodo