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