diff --git a/Makefile b/Makefile index a06078ed7..c34381c4d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ all: debug: clean: - rm -f *.txt~ *.md~ *.py~ *.json~ *.css~ Makefile~ + rm -f *.*~ *~ + rm -f scripts/*~ rm -rf __pycache__ diff --git a/scripts/devrepo~ b/scripts/devrepo~ deleted file mode 100755 index 0466c0a1c..000000000 --- a/scripts/devrepo~ +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -git remote set-url origin https://code.freedombone.net/bashrc/epicyon.git -git checkout main \ No newline at end of file diff --git a/scripts/errors~ b/scripts/errors~ deleted file mode 100755 index 20108271b..000000000 --- a/scripts/errors~ +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -journalctl -u epicyon | grep 'File "' > .errors.txt -if [ ! -f .errors.txt ]; then - echo 'No errors' -else - cat .errors.txt -fi