diff options
Diffstat (limited to 'appl/alphabet/rexecsrv.sh')
| -rwxr-xr-x | appl/alphabet/rexecsrv.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/appl/alphabet/rexecsrv.sh b/appl/alphabet/rexecsrv.sh new file mode 100755 index 00000000..45987e9f --- /dev/null +++ b/appl/alphabet/rexecsrv.sh @@ -0,0 +1,9 @@ +#!/dis/sh +if{! ~ $#* 2}{ + echo usage rexecsrv net!addr decls >[1=2] + raise usage +} +(addr decls) := $* +/appl/alphabet/mkendpoint.sh $addr!2222 +alphabet/rexecsrv /n/cd $decls +listen -v $addr!2223 {export /n/cd&} |
