Add dice roll

This commit is contained in:
mcthomas 2020-06-03 17:19:55 -05:00
parent 31e84fc28c
commit b96d4ef2b6

View file

@ -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)<script.*</script>' | 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