3 lines
140 B
Bash
Executable File
3 lines
140 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"
|