| Search internet |
Origin: lgwam. Landing-place: terminal.
A Logiweb script may start thus:
#!/usr/bin/lgwam script string
The 'method' is the second line, so the method is 'string' in the example above. The 'unknown method' message indicates that lgwam could not recognize the method. Note that lgwam supports several methods but the 'string' method is the only one which is not deprecated.
| Search logiweb.eu |