mirror of
https://github.com/chubin/awesome-console-services.git
synced 2025-04-29 18:26:22 +02:00
Add dice roll
This commit is contained in:
parent
31e84fc28c
commit
b96d4ef2b6
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
||||||
## Tools
|
## 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 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
|
## Monitoring
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue