From b96d4ef2b67042c222b0ec624bbd7485da09a01c Mon Sep 17 00:00:00 2001 From: mcthomas Date: Wed, 3 Jun 2020 17:19:55 -0500 Subject: [PATCH] Add dice roll --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8e31a5..3a7d6d5 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya ## Tools * `curl qrenco.de/STRING` or `echo STRING | curl -F-=\<- qrenco.de` — create QR-code for a string ([chubin/qrenco.de](https://github.com/chubin/qrenco.de)) +* `curl https://mcthomas.github.io/dice/ -s | grep -zoP '(?s)' | sed -e '1d;$d' -e 's/document.write/console.log/' | node | sed -e 's/<\/*font[^>]*>//g'' - Dice roll ([on macOS, use grep version from brew](https://apple.stackexchange.com/questions/193288/how-to-install-and-use-gnu-grep-in-macos)) ## Monitoring