removed old scripts
parent
637ac01701
commit
2d01a233ba
|
@ -2,11 +2,6 @@
|
||||||
|
|
||||||
rodo is a todo-list program for the command line.
|
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
|
||||||
|
|
||||||
![](screenshot.gif)
|
![](screenshot.gif)
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
cd src
|
|
||||||
raco exe rodo.rkt
|
|
||||||
mv rodo /usr/local/bin
|
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
rm /usr/local/bin/rodo
|
|
Loading…
Reference in New Issue