From 2d01a233baa5ee9b142db2df4a6edc5593a11e57 Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Sat, 6 Jun 2020 19:35:45 -0400 Subject: [PATCH] removed old scripts --- README.md | 5 ----- install.sh | 4 ---- uninstall.sh | 2 -- 3 files changed, 11 deletions(-) delete mode 100755 install.sh delete mode 100755 uninstall.sh diff --git a/README.md b/README.md index 6edda96..f23bcb8 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/install.sh b/install.sh deleted file mode 100755 index 93a2631..0000000 --- a/install.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -cd src -raco exe rodo.rkt -mv rodo /usr/local/bin diff --git a/uninstall.sh b/uninstall.sh deleted file mode 100755 index 24f95da..0000000 --- a/uninstall.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -rm /usr/local/bin/rodo