You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EltonFF edited this page Oct 31, 2019
·
2 revisions
As you saw above, to execute the hello.sh script, we used execute$
This syntax works like this:
command<options>$ <value>
The available commands are:
|| Command || Description ||
|| execute || execute <value> in your shell environment, and returns to the page everything that was printed to stdout ||
|| content || returns the contents of the file at <value> ||
The available options are:
|| Option || Description ||
|| plain || Set the web header Content type to text/plain ||
|| close || only for execute command Closes BigBashView after <value> execution ||
This same syntax can be used in URLs on links, images and everything on your webpage, just remember to put a / before to use it.
To get some examples on how to use server options, see the folder server_options inside the demos folder of your BigBashView package