annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4279
5810d27cf04f <myname> echo -e \'#!/bin/sh\\nsed -e \'"\'"\'s/^([^aeiou]+)(.*)$/\\1\\2 shm\\2/\'"\'"\' "$@"\' >bin/shmify
HackBot
parents:
diff changeset
1 #!/bin/sh
5810d27cf04f <myname> echo -e \'#!/bin/sh\\nsed -e \'"\'"\'s/^([^aeiou]+)(.*)$/\\1\\2 shm\\2/\'"\'"\' "$@"\' >bin/shmify
HackBot
parents:
diff changeset
2 sed -e 's/^([^aeiou]+)(.*)$/\1\2 shm\2/' "$@"