mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-23 13:31:05 -05:00
Switch create.cgi to output HTML instead of text to allow for better feedback
This commit is contained in:
@@ -63,7 +63,7 @@ mv $temp2 $temp
|
||||
|
||||
if test $(xmlstarlet sel -t -v "count(//statuses/status)" $temp) -eq 0
|
||||
then
|
||||
head $temp
|
||||
head $temp | perl -MHTML::Entities -pe 'encode_entities($_)'
|
||||
if test "$2" && test "$since"
|
||||
then
|
||||
echo No old tweets ${since}
|
||||
|
||||
Reference in New Issue
Block a user