Reaktor random-emoji: curl -S

This commit is contained in:
tv 2019-01-23 14:08:51 +01:00
parent 282e4049b6
commit 00c529b9d5

View File

@ -1,5 +1,5 @@
#!/bin/sh
curl http://emojicons.com/random -s | \
curl -sS http://emojicons.com/random | \
grep data-text | \
sed -n 's/.*>\(.*\)<\/textarea>/\1/p' | \
head -n 1 | \