mirror of https://github.com/Mroik/ttbp-rssgen.git
Fix regex to find any hidden
parent
23476d5a87
commit
7b78e661a0
|
@ -20,7 +20,7 @@ fi
|
||||||
echo "<description>$user's blog on tilde.town</description>"
|
echo "<description>$user's blog on tilde.town</description>"
|
||||||
} > $location
|
} > $location
|
||||||
|
|
||||||
for x in $(ls /home/$user/.ttbp/entries | grep -v "^hidden")
|
for x in $(ls /home/$user/.ttbp/entries | grep -v "hidden")
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
echo "<item>"
|
echo "<item>"
|
||||||
|
|
Loading…
Reference in New Issue