mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
5 lines
89 B
Text
5 lines
89 B
Text
|
#!/bin/rc
|
||
|
tr ' ' '\012' <<eof | sed -e 's/[^(]*\(([^)]*)\).*/\1/' | tr '\012' ' '
|
||
|
$*
|
||
|
eof
|