[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
33.2.1 Hostsh
A hostsh script is passed to Bigloo’s configuration script and is invoked whenever a command should be executed on the host-side.
There are already three example scripts inside Bigloo’s source tree.
- one asks (using KDE’s kdialog) to execute the command by hand on the host-side and to report the result.
- another one copies the file by
ssh
and executes it then on the other side. Note: there exists an Ipod/Iphone version that automatically signs on jail-broken devices. - and finally, as last resort, there exists a
netcat
version if nossh
is available. This one can be used on devices that only have telnet access, and where ssh is not available. Its only requirement is a running netcat on the host-side (which should be easily achievable since there exists a working cross compiler).
This document was generated on March 31, 2014 using texi2html 5.0.