mirror of https://gitlab.com/bashrc2/epicyon
Script to show exceptions
parent
6cb985dbba
commit
2737fc9a36
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
journalctl -u epicyon | grep 'EX: ' > .exceptions.txt
|
||||||
|
if [ ! -f .exceptions.txt ]; then
|
||||||
|
echo 'No exceptions'
|
||||||
|
else
|
||||||
|
cat .exceptions.txt
|
||||||
|
fi
|
Loading…
Reference in New Issue