From ae4283ee068b618201c82d5b50fa9419df32f46e Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Wed, 3 Jun 2020 17:25:26 -0500 Subject: [PATCH] Add dice roll --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed8c71d..36426f9 100644 --- a/README.md +++ b/README.md @@ -110,7 +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)) +* `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)) ([mcthomas/JS-Dice-Roller](https://github.com/mcthomas/JS-Dice-Roller)) ## Monitoring