PageRenderTime 48ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/Contents/Resources/477680D9-7B57-41B9-8A14-D3895143F6F5/md5.php

http://github.com/davyvandenbremt/Drupal-Coda-plugin
PHP | 8 lines | 4 code | 3 blank | 1 comment | 0 complexity | 934b04d556ed4c4d5467c00286560986 MD5 | raw file
  1. #!/usr/bin/php
  2. <?php
  3. fwrite(STDOUT, md5(stream_get_contents(STDIN)) );
  4. exit(0);
  5. ?>