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
Can Bento be used with something like Bash Shell scripts?
What I mean is can Bento call a Bash script
or
Can a Bash script call a Bento program?
Or is that what "a backend" is about?
A backend is program controlled by bento. A backend can be any program (compiled or interpreted) that implements the bento protocol on the port specified on the BENTO_PORT environment variable.
If Bash can be used could you give an example of calling a Bash script and perhaps returning a "value" from the script?
thanks
brian
The text was updated successfully, but these errors were encountered:
Bento looks really interesting...
Can Bento be used with something like Bash Shell scripts?
What I mean is can Bento call a Bash script
or
Can a Bash script call a Bento program?
Or is that what "a backend" is about?
If Bash can be used could you give an example of calling a Bash script and perhaps returning a "value" from the script?
thanks
brian
The text was updated successfully, but these errors were encountered: