Browse Source

bor: https

master
Maxim Lihachev 7 years ago
parent
commit
92ae76d21a
  1. 2
      bor

2
bor

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#!/bin/bash
#- Чтение цитат с bash.org.ru
curl -s http://bash.im/rss/ | \
curl -s https://bash.im/rss/ | \
iconv -c -f cp1251 -t utf8 | \
sed 's/<description><!\[CDATA\[/\n---------------------------\n\n/g;
s/\]\]><\/description>//g; s/<br>/\n/g; s/\&lt;/>> /g;

Loading…
Cancel
Save