Skip to content

Instantly share code, notes, and snippets.

@Pierstoval
Created May 12, 2022 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pierstoval/a82e2c4225ffcad03cd201cd06818a67 to your computer and use it in GitHub Desktop.
Save Pierstoval/a82e2c4225ffcad03cd201cd06818a67 to your computer and use it in GitHub Desktop.
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