mirror of
https://codeberg.org/lethe/mayvaneday-mu
synced 2024-11-09 10:21:00 +01:00
6 lines
185 B
Bash
6 lines
185 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "*** Let's run 'rsstail -1 -l -d -p -z -n 5 -u https://tg.josh.rs/index.xml' and find out... ***"
|
||
|
echo " "
|
||
|
rsstail -1 -l -d -p -z -n 5 -u https://tg.josh.rs/index.xml
|