4 lines
89 B
Bash
Executable file
4 lines
89 B
Bash
Executable file
#!/bin/rc
|
|
tr ' ' '\012' <<eof | sed -e 's/[^(]*\(([^)]*)\).*/\1/' | tr '\012' ' '
|
|
$*
|
|
eof
|