mirror of
https://codeberg.org/lethe/mayvaneday-mu
synced 2024-11-10 00:31:00 +01:00
6 lines
185 B
Bash
Executable file
6 lines
185 B
Bash
Executable file
#!/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
|