zsh/dot-config/zsh/functions/enphp
2023-10-23 15:20:13 +11:00

3 lines
97 B
Bash

#! zsh
cat $argv | php -r 'echo serialize( json_decode( file_get_contents( "php://stdin" ) ) );'