Skip to content

Instantly share code, notes, and snippets.

@bobbykjack
Created July 1, 2021 10:55
Show Gist options
  • Save bobbykjack/2fa265cf383fb780205cb3b679fb6462 to your computer and use it in GitHub Desktop.
Save bobbykjack/2fa265cf383fb780205cb3b679fb6462 to your computer and use it in GitHub Desktop.
<?php
// Handle any input piped or redirected here
if (!posix_isatty(STDIN)) {
process(stream_get_contents(STDIN));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment