plan9fox/rc/bin/membername
2011-03-30 18:29:07 +00:00

5 lines
89 B
Bash
Executable file

#!/bin/rc
tr ' ' '\012' <<eof | sed -e 's/[^(]*\(([^)]*)\).*/\1/' | tr '\012' ' '
$*
eof