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