From 133094acdbe5f92fdad814d4c84caa38367d0931 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 3 Oct 2019 10:59:08 +0100 Subject: [PATCH] Better clean --- Makefile | 3 ++- scripts/devrepo~ | 3 --- scripts/errors~ | 7 ------- 3 files changed, 2 insertions(+), 11 deletions(-) delete mode 100755 scripts/devrepo~ delete mode 100755 scripts/errors~ 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