3 lines
105 B
Bash
Executable file
3 lines
105 B
Bash
Executable file
#!/bin/rc
|
|
|
|
exec sed 's/ [a-z][aeiou]n/ man/; s/ .*em/ fem/; s/ .[ei][a-z]e/ she/; s/ [aeiou][nm]/ fem/;'
|