3 lines
200 B
Bash
Executable File
3 lines
200 B
Bash
Executable File
#!/usr/bin/env bash
|
|
journalctl --no-hostname -q -o short -fu birdnet_analysis -ubirdnet_server -uextraction | sed "s/$(date "+%b %d ")//g;s/${HOME//\//\\/}\///g;/Line/d;/systemd/d;s/ .*\[.*\]: /---/"
|