fork download
  1. #!/bin/bash
  2. IFS=$'\n';
  3. while read line; do
  4. if [[ $line == "whatever" ]]; then
  5. { while [[ $line != "revetahw" ]]; do echo $line; read line; done; echo $line; }| md5sum;
  6. fi;
  7. done;
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
Standard output is empty