Handbook
Glossary
execute-on-server ( string -- )
Vocabulary
webapps
.
mason
.
version
.
common
Inputs
string
an
object
Outputs
None
Definition
USING:
accessors
calendar
io
io.encodings.ascii
io.launcher
kernel
make
mason.config
namespaces
;
IN:
webapps.mason.version.common
:
execute-on-server
( string -- )
[
"ssh"
,
package-host
get
,
"-l"
,
package-username
get
,
]
{
}
make
<process>
swap
>>command
5
minutes
>>timeout
ascii
[
write
]
with-process-writer
;