annotate bin/pastequotes @ 4281:5f388cb353d9

<oerjan> (echo \'#!/bin/bash\'; echo \'echo "$@" | sed -e \'\\\'\'s/^\\([^aeiou]\\+\\)\\(.*\\)$/\\1\\2 shm\\2/\'\\\') >bin/shmify
author HackBot
date Thu, 09 Jan 2014 23:12:03 +0000
parents 9eed56c86b4e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3557
9eed56c86b4e <nooodl> revert f6f3d9626c03
HackBot
parents: 3555
diff changeset
1 #!/bin/sh
9eed56c86b4e <nooodl> revert f6f3d9626c03
HackBot
parents: 3555
diff changeset
2 if [ "$1" ]; then quote "$1"; else allquotes; fi | paste