comparison bin/shmify @ 4279:5810d27cf04f

<myname> echo -e \'#!/bin/sh\\nsed -e \'"\'"\'s/^([^aeiou]+)(.*)$/\\1\\2 shm\\2/\'"\'"\' "$@"\' >bin/shmify
author HackBot
date Thu, 09 Jan 2014 19:37:45 +0000
parents
children 5f388cb353d9
comparison
equal deleted inserted replaced
4278:d64f3b258b75 4279:5810d27cf04f
1 #!/bin/sh
2 sed -e 's/^([^aeiou]+)(.*)$/\1\2 shm\2/' "$@"