view bin/shmify @ 4492:02775a0b8839

<ion> sed -i -re \'s/echo ("?)\\$[@*]\\1 /print_args_or_input "$@" /g\' bin/complain bin/ord bin/ordu
author HackBot
date Sat, 22 Feb 2014 02:38:07 +0000
parents 7d472a8aa580
children d0f1cc278869
line wrap: on
line source

#!/bin/bash
echo "$@" | sed -e 's/^\([^aeiou]*\)\(.*\)$/\1\2 shm\2/'