coinSpeech.sh 86 B

12345
  1. #!/bin/bash
  2. sed -e "s/\<c\w\{3\}\>/coin/g" \
  3. -e "s/\<\w\{3\}n\>/coin/g" \
  4. $1