stockholm/krebs/5pkgs/simple/Reaktor/scripts/random-emoji.sh

7 lines
151 B
Bash
Raw Normal View History

#!/bin/sh
2019-01-23 13:08:51 +00:00
curl -sS http://emojicons.com/random | \
grep data-text | \
sed -n 's/.*>\(.*\)<\/textarea>/\1/p' | \
head -n 1 | \
xmlstarlet unesc