Better clean

main2
Bob Mottram 2019-10-03 10:59:08 +01:00
parent 364d204564
commit 133094acdb
3 changed files with 2 additions and 11 deletions

View File

@ -1,5 +1,6 @@
all:
debug:
clean:
rm -f *.txt~ *.md~ *.py~ *.json~ *.css~ Makefile~
rm -f *.*~ *~
rm -f scripts/*~
rm -rf __pycache__

View File

@ -1,3 +0,0 @@
#!/bin/bash
git remote set-url origin https://code.freedombone.net/bashrc/epicyon.git
git checkout main

View File

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