]> git.armaanb.net Git - bin.git/blobdiff - tweet-grab
Fix indentation on all programs
[bin.git] / tweet-grab
index b6e7fc091da43fc04eecbbb932acbe6b8b93b2c5..b711bb15c99545dd1a5db345050e9b19e65a06f9 100755 (executable)
@@ -9,5 +9,5 @@ LOGFILE=/root/tweets/cron.log
 INSTANCE=https://nitter.fdn.fr
 
 curl $INSTANCE/keshinko | grep tweet-content | head -n 1 \
-  | sed -e 's/<[^>]*>//g' -e 's/^[ \t]*\(.*$\)/\1/' > $FILE
+               | sed -e 's/<[^>]*>//g' -e 's/^[ \t]*\(.*$\)/\1/' > $FILE
 date -R > $LOGFILE