3 lines
136 B
Bash
Executable File
3 lines
136 B
Bash
Executable File
#!/usr/bin/env bash
|
|
journalctl --no-hostname -o short -fu birdnet_analysis -ubirdnet_server -uextraction | sed "s/$(date "+%b %d ")//g"
|