Created
May 12, 2022 10:08
-
-
Save Pierstoval/a82e2c4225ffcad03cd201cd06818a67 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --silent "https://symfony.com/doc/current/index.html?$(Get-Random -minimum 0)" | htmlq '.thanks strong:first-child' --text | sed -E 's/ +//g' | php -r "echo trim(file_get_contents('php://stdin'));" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment