removed old scripts

main
Jesse Laprade 2020-06-06 19:35:45 -04:00
parent 637ac01701
commit 2d01a233ba
3 changed files with 0 additions and 11 deletions

View File

@ -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)

View File

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

View File

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