annotate bin/shmify @ 4499:bd7f812be8ef

<oerjan> rm bin/cat
author HackBot
date Sat, 22 Feb 2014 02:51:16 +0000
parents d0f1cc278869
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4281
5f388cb353d9 <oerjan> (echo \'#!/bin/bash\'; echo \'echo "$@" | sed -e \'\\\'\'s/^\\([^aeiou]\\+\\)\\(.*\\)$/\\1\\2 shm\\2/\'\\\') >bin/shmify
HackBot
parents: 4279
diff changeset
1 #!/bin/bash
4494
d0f1cc278869 <ion> sed -i -re \'s/echo ("?)\\$[@*]\\1 /print_args_or_input "$@" /g\' bin/shmify bin/unhex; cat bin/shmify bin/unhex
HackBot
parents: 4282
diff changeset
2 print_args_or_input "$@" | sed -e 's/^\([^aeiou]*\)\(.*\)$/\1\2 shm\2/'