Reaktor random-emoji: curl -S
This commit is contained in:
parent
282e4049b6
commit
00c529b9d5
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
curl http://emojicons.com/random -s | \
|
curl -sS http://emojicons.com/random | \
|
||||||
grep data-text | \
|
grep data-text | \
|
||||||
sed -n 's/.*>\(.*\)<\/textarea>/\1/p' | \
|
sed -n 's/.*>\(.*\)<\/textarea>/\1/p' | \
|
||||||
head -n 1 | \
|
head -n 1 | \
|
||||||
|
Loading…
Reference in New Issue
Block a user