diff options
-rwxr-xr-x | rc/bin/rcpu | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rc/bin/rcpu b/rc/bin/rcpu index 3e9f17987..01e388ee6 100755 --- a/rc/bin/rcpu +++ b/rc/bin/rcpu @@ -80,4 +80,9 @@ fn pvar { } } -exec $connect $host <{dir=`{pwd} pvar dir cmd; builtin whatis server; echo server} client <[10=0] >[11=1] >[12=2] +>/env/rscript { + dir=`{pwd} pvar dir cmd + builtin whatis server + echo server +} +exec $connect $host /env/rscript client <[10=0] >[11=1] >[12=2] |