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