forked from indymedia/epicyon
Better clean
parent
364d204564
commit
133094acdb
3
Makefile
3
Makefile
|
@ -1,5 +1,6 @@
|
||||||
all:
|
all:
|
||||||
debug:
|
debug:
|
||||||
clean:
|
clean:
|
||||||
rm -f *.txt~ *.md~ *.py~ *.json~ *.css~ Makefile~
|
rm -f *.*~ *~
|
||||||
|
rm -f scripts/*~
|
||||||
rm -rf __pycache__
|
rm -rf __pycache__
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
git remote set-url origin https://code.freedombone.net/bashrc/epicyon.git
|
|
||||||
git checkout main
|
|
|
@ -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
|
|
Loading…
Reference in New Issue