fork download
  1. #!/bin/bash
  2.  
  3. while read x y
  4. do
  5. echo $x | sed s/[$y]//g
  6. done
Success #stdin #stdout 0.02s 5312KB
stdin
computer cost
computer mop
stdout
mpuer
cuter