Compare commits
2 commits
b701f5d6ac
...
427e6aa0bd
Author | SHA1 | Date | |
---|---|---|---|
427e6aa0bd | |||
a84b476ff4 |
|
@ -13,7 +13,7 @@ lines=$(cat dril.html |\
|
|||
total=$(echo -n "$lines" | wc -l)
|
||||
at=1
|
||||
while read tweet; do
|
||||
echo $tweet | sed 's%<br />%\n%g'
|
||||
echo "$tweet" | sed 's%<br />%\n%g'
|
||||
echo " -- dril"
|
||||
echo %
|
||||
|
||||
|
|
Loading…
Reference in a new issue